Merge branch 'dillon/90-e-invoice-e' into vapor/production

This commit is contained in:
Dillon Ngo
2026-01-27 14:56:05 +08:00
2 changed files with 2 additions and 2 deletions
@@ -221,7 +221,7 @@ class ExportsSalesInvoiceReport implements FromQuery, WithHeadings, WithHeadingR
$company->debtor,
$invoiceTransaction ? $invoiceTransaction->bill_no : '',
$booking->marking,
$category === 'Compensation Voucher' ? '1000-000' : '949-2000',
$category === 'Compensation Voucher' ? '920-0000' : '949-2000',
'PRODUCT NAME :',
$voucher->code,
'022',
@@ -221,7 +221,7 @@ class ExportsSalesInvoiceWithRefundReport implements FromQuery, WithHeadings, Wi
$company->debtor,
$invoiceTransaction ? $invoiceTransaction->bill_no : '',
$booking->marking,
$category === 'Compensation Voucher' ? '1000-000' : '949-2000',
$category === 'Compensation Voucher' ? '920-0000' : '949-2000',
'PRODUCT NAME :',
$voucher->code,
'022',