mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
Merge branch 'dillon/90-e-invoice-e' into vapor/development
This commit is contained in:
@@ -252,7 +252,23 @@ class ExportsSalesInvoiceWithRefundReport implements FromQuery, WithHeadings, Wi
|
||||
// Adjustment - Ends
|
||||
}
|
||||
else{
|
||||
Log::info('ExportsSalesInvoiceWithRefundReport EMPTY RECORD !!!');
|
||||
Log::info('ExportsSalesInvoiceWithRefundReport EMPTY RECORD for booking marking: ' . $booking->marking);
|
||||
$records[] = [
|
||||
'<<New>>',
|
||||
$formattedDocumentDate,
|
||||
$company->debtor,
|
||||
$booking->marking,
|
||||
$booking->marking,
|
||||
'500-0000',
|
||||
'PRODUCT NAME :',
|
||||
'First Mile Delivery',
|
||||
'022',
|
||||
'C',
|
||||
'1',
|
||||
'0',
|
||||
'',
|
||||
''
|
||||
];
|
||||
}
|
||||
return $records;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user