Merge pull request #8499 from turbo124/v5-develop

Log import array
This commit is contained in:
David Bomba 2023-05-04 15:43:07 +10:00 committed by GitHub
commit 0b6a37aedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ class BaseImport
report($ex); report($ex);
$message = 'Unknown error '; $message = 'Unknown error ';
nlog($ex->getMessage()); nlog($ex->getMessage());
nlog($raw_invoice); nlog($invoice_data);
} }
$this->error_array['recurring_invoice'][] = [ $this->error_array['recurring_invoice'][] = [