Update template path for rejection report form #184
This commit is contained in:
parent
167452caad
commit
8b6066bb38
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ReportController extends BaseController
|
||||||
|
|
||||||
$params = $this->initParameters('outlet_list');
|
$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)
|
public function rejectSubmit(Request $req)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue