Merge branch 'account-statement-pagination' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into development

This commit is contained in:
edmondlang
2023-11-05 17:35:25 +08:00
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) {
@@ -46,7 +46,6 @@
</tr>
</table>
<br>
<br>
<table class="line-table" style="overflow: wrap" autosize="1">