update template

This commit is contained in:
edmondlang
2023-11-05 17:35:06 +08:00
parent ea061915d7
commit 46f802109e
2 changed files with 1 additions and 1 deletions
@@ -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) {