Fix wron company address in invoice preview data
This commit is contained in:
@@ -202,7 +202,7 @@ public function preview($id)
|
||||
'giroCode' => $giroCode,
|
||||
'totalPages' => 1,
|
||||
'companyName' => Setting::get('company.name'),
|
||||
'companyAddress' => Setting::get('company.address')
|
||||
'companyAddress' => json_decode(Setting::get('company.address'), true)
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user