mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 15:34:21 -04:00
Remove viewed from csv imports
This commit is contained in:
parent
1888ac2426
commit
320204ec67
@ -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…
x
Reference in New Issue
Block a user