fixed 5033

This commit is contained in:
Glenn Hermans 2021-07-27 00:20:54 +02:00
parent 5bfec4372c
commit e96e239001
1 changed files with 8 additions and 5 deletions

View File

@ -53,7 +53,7 @@ return [
], [
'title' => 'admin::app.sales.invoices.status-paid',
'value' => 'paid'
],
]
],
'info' => 'admin::app.admin.system.generate-invoice-applicable',
'channel_based' => true,
@ -137,10 +137,10 @@ return [
'type' => 'select',
'options' => [
[
'title' => 'Pending',
'title' => 'admin::app.sales.invoices.status-pending',
'value' => 'pending'
], [
'title' => 'Paid',
'title' => 'admin::app.sales.invoices.status-paid',
'value' => 'paid'
]
],
@ -151,10 +151,13 @@ return [
'type' => 'select',
'options' => [
[
'title' => 'Pending',
'title' => 'admin::app.sales.orders.order-status-pending',
'value' => 'pending'
], [
'title' => 'Processing',
'title' => 'admin::app.sales.orders.order-status-pending-payment',
'value' => 'pending_payment'
], [
'title' => 'admin::app.sales.orders.order-status-processing',
'value' => 'processing'
]
],