routes for print/export of reports fixed

This commit is contained in:
Sevan Nerse 2021-04-23 15:23:22 +03:00
parent a8edccd1c1
commit 7505cef802

View File

@ -410,7 +410,7 @@ abstract class Report
public function getUrl($action = 'print') public function getUrl($action = 'print')
{ {
$url = 'common/reports/' . $this->model->id . '/' . $action; $url = company_id() . '/common/reports/' . $this->model->id . '/' . $action;
$search = request('search'); $search = request('search');