mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update template
This commit is contained in:
+1
@@ -73,6 +73,7 @@ class ExportCustomersAccountStatementTransactionToPDFController
|
||||
)
|
||||
)
|
||||
->whereIn('status', [ApprovalStatus::APPROVED, ApprovalStatus::COMPLETED])
|
||||
->orderBy('created_at', 'asc')
|
||||
->get();
|
||||
|
||||
$total_incoming = Transaction::where(function ($query) use ($companyId) {
|
||||
|
||||
Reference in New Issue
Block a user