Resolve "Rejection report" #1031
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue