diff --git a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php index 66254a9d..c13e02ef 100644 --- a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php +++ b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php @@ -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', diff --git a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php index 9f134a04..6a7232d8 100644 --- a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php +++ b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php @@ -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',