- preordinabili corretti + altro
This commit is contained in:
@@ -401,8 +401,8 @@ module.exports = {
|
||||
DELIVERED: 5, // Consegnato
|
||||
SHIPPED: 6, //Spedito
|
||||
RECEIVED: 7,
|
||||
COMPLETED: 6,
|
||||
CANCELED: 10,
|
||||
DELETE_REALLY: 20,
|
||||
},
|
||||
|
||||
OrderStat: {
|
||||
@@ -450,10 +450,6 @@ module.exports = {
|
||||
label: 'Ricevuto',
|
||||
value: 7,
|
||||
},
|
||||
{
|
||||
label: 'Completato',
|
||||
value: 8,
|
||||
},
|
||||
{
|
||||
label: 'Cancellato',
|
||||
value: 10,
|
||||
|
||||
Reference in New Issue
Block a user