update template

This commit is contained in:
edmondlang
2023-11-05 17:07:36 +08:00
parent 7d94776543
commit 29ca393a7f
2 changed files with 23 additions and 14 deletions
@@ -73,7 +73,6 @@ class ExportCustomersAccountStatementTransactionToPDFController
)
)
->whereIn('status', [ApprovalStatus::APPROVED, ApprovalStatus::COMPLETED])
->orderBy('created_at', 'desc')
->get();
$total_incoming = Transaction::where(function ($query) use ($companyId) {