update template

This commit is contained in:
edmondlang
2023-11-05 16:58:13 +08:00
parent 4d3dfe04b7
commit b7a800dee7
@@ -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) {