routes for print/export of reports fixed
This commit is contained in:
parent
a8edccd1c1
commit
7505cef802
@ -410,7 +410,7 @@ abstract class Report
|
||||
|
||||
public function getUrl($action = 'print')
|
||||
{
|
||||
$url = 'common/reports/' . $this->model->id . '/' . $action;
|
||||
$url = company_id() . '/common/reports/' . $this->model->id . '/' . $action;
|
||||
|
||||
$search = request('search');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user