mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix bcmath function bug
This commit is contained in:
+1
-1
@@ -137,6 +137,6 @@ class ExportCustomersAccountStatementTransactionToPDFController
|
||||
|
||||
$pdf = LaravelMpdf::loadView('pages.pdfs.company_account_statement_transaction', ['transactions' => $transactions, 'runningBalance' => $currentBalance, 'company' => $company, 'isPrecise' => $request->route('is_precise') == 'true']);
|
||||
|
||||
return $pdf->download("test.pdf");
|
||||
return $pdf->download("{$company->reference}_account_statement_transactions.pdf");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user