order
This commit is contained in:
parent
0f5e4b3ac2
commit
67bd36d98f
|
|
@ -8,7 +8,7 @@
|
|||
$orderStatus = [
|
||||
'all' => trans('admin::app.notification.status.all'),
|
||||
'pending' => trans('admin::app.notification.status.pending'),
|
||||
'item_cancelled' => trans('admin::app.notification.status.item_cancelled'),
|
||||
'item_cancelled' => 'item cancelled',
|
||||
'canceled'=> trans('admin::app.notification.status.canceled'),
|
||||
'closed' => trans('admin::app.notification.status.closed'),
|
||||
'completed'=> trans('admin::app.notification.status.completed'),
|
||||
|
|
@ -171,6 +171,10 @@
|
|||
icon: 'closed-icon',
|
||||
message: 'Order Closed'
|
||||
},
|
||||
all : {
|
||||
icon: 'closed-icon',
|
||||
message: 'Order Closed'
|
||||
}
|
||||
},
|
||||
orderTypeStatus: @json($orderStatus),
|
||||
orderTypeMessages: @json($orderStatusMessages)
|
||||
|
|
|
|||
Loading…
Reference in New Issue