Resolve "Rejection report" #1031

Merged
jankstudio merged 9 commits from 184-rejection-report into master 2019-02-25 19:10:56 +00:00
Showing only changes of commit 8b6066bb38 - Show all commits

View file

@ -24,7 +24,7 @@ class ReportController extends BaseController
$params = $this->initParameters('outlet_list');
return $this->render('outlet/list.html.twig', $params);
return $this->render('report/rejection/form.html.twig', $params);
}
public function rejectSubmit(Request $req)