mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
fix the invoice date for IZYIM when export invoice to autocount
This commit is contained in:
@@ -114,7 +114,7 @@ class ExportsInvoiceTransactions implements FromQuery, WithHeadings, WithHeading
|
||||
'with_company' => true,
|
||||
]);
|
||||
|
||||
if (!empty($row) && $row[0]['status'] != 'success') {
|
||||
if (!empty($row) && $row[0]['status'] == 'success') {
|
||||
$textToAppend = Carbon::now()->format('[Y-m-d H:i:s]') . ' Fetch Shipping Transaction Fail ' . json_encode([
|
||||
'id' => $statementTransactionOwner->owner_id,
|
||||
'with_company' => true,
|
||||
|
||||
Reference in New Issue
Block a user