diff --git a/app/Abstracts/Report.php b/app/Abstracts/Report.php index b1aafa3d0..8fc144afb 100644 --- a/app/Abstracts/Report.php +++ b/app/Abstracts/Report.php @@ -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');