Remove viewed from csv imports
This commit is contained in:
parent
1888ac2426
commit
320204ec67
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class InvoiceTransformer extends BaseTransformer {
|
|||
'status_id' => $invoiceStatusMap[ $status =
|
||||
strtolower( $this->getString( $invoice_data, 'invoice.status' ) ) ] ??
|
||||
Invoice::STATUS_SENT,
|
||||
'viewed' => $status === 'viewed',
|
||||
// 'viewed' => $status === 'viewed',
|
||||
'archived' => $status === 'archived',
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue