File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 452
452
"Reject all" : " Reject all" ,
453
453
"Reject all in progress orders" : " Reject all in progress orders" ,
454
454
"Reject all open orders" : " Reject all open orders" ,
455
- "Reject entire order" : " Reject entire order" ,
455
+ "Reject to avoid order split (no variance) " : " Reject to avoid order split (no variance) " ,
456
456
"Reject in progress orders." : " Reject { ordersCount } in progress orders." ,
457
457
"Reject open orders." : " Reject { ordersCount } open orders." ,
458
458
"Reject order" : " Reject order" ,
Original file line number Diff line number Diff line change 449
449
"Reject all" : " Rechazar todo" ,
450
450
"Reject all in progress orders" : " Rechazar todos los pedidos en curso" ,
451
451
"Reject all open orders" : " Rechazar todos los pedidos abiertos" ,
452
- "Reject entire order" : " Rechazar toda la orden" ,
453
452
"Reject in progress orders." : " Rechazar { ordersCount } pedidos en curso." ,
454
453
"Reject open orders." : " Rechazar { ordersCount } pedidos abiertos." ,
455
454
"Reject order" : " Rechazar pedido" ,
455
+ "Reject to avoid order split (no variance)" : " Reject to avoid order split (no variance)" ,
456
456
"Rejected" : " Rechazado" ,
457
457
"Rejected at" : " Rejected at" ,
458
458
"Rejected by" : " Rejected by" ,
Original file line number Diff line number Diff line change 453
453
"Reject in progress orders." : " 進行中の{ordersCount}件の注文を拒否。" ,
454
454
"Reject open orders." : " オープンの{ordersCount}件の注文を拒否。" ,
455
455
"Reject order" : " 注文を拒否" ,
456
+ "Reject to avoid order split (no variance)" : " Reject to avoid order split (no variance)" ,
456
457
"Rejected at" : " Rejected at" ,
457
458
"Rejected by" : " Rejected by" ,
458
459
"Rejected from" : " Rejected from" ,
Original file line number Diff line number Diff line change 120
120
</template >
121
121
<template v-else-if =" useNewRejectionApi () && isEntierOrderRejectionEnabled (order )" >
122
122
<ion-chip :disabled =" order.hasMissingInfo" outline color =" danger" >
123
- <ion-label > {{ getRejectionReasonDescription(rejectEntireOrderReasonId) ? getRejectionReasonDescription(rejectEntireOrderReasonId) : translate('Reject entire order')}}</ion-label >
123
+ <ion-label > {{ getRejectionReasonDescription(rejectEntireOrderReasonId) ? getRejectionReasonDescription(rejectEntireOrderReasonId) : translate('Reject to avoid order split (no variance) ')}}</ion-label >
124
124
</ion-chip >
125
125
</template >
126
126
<template v-else >
@@ -378,7 +378,7 @@ export default defineComponent({
378
378
selectedPicklistId: ' ' ,
379
379
isScrollingEnabled: false ,
380
380
isRejecting: false ,
381
- rejectEntireOrderReasonId: ' REJECT_ENTIRE_ORDER ' ,
381
+ rejectEntireOrderReasonId: " REJ_AVOID_ORD_SPLIT " ,
382
382
}
383
383
},
384
384
async ionViewWillEnter() {
Original file line number Diff line number Diff line change 97
97
</template >
98
98
<template v-else-if =" useNewRejectionApi () && isEntierOrderRejectionEnabled (order )" >
99
99
<ion-chip :disabled =" order.hasMissingInfo" outline color =" danger" >
100
- <ion-label > {{ getRejectionReasonDescription(rejectEntireOrderReasonId) ? getRejectionReasonDescription(rejectEntireOrderReasonId) : translate('Reject entire order')}}</ion-label >
100
+ <ion-label > {{ getRejectionReasonDescription(rejectEntireOrderReasonId) ? getRejectionReasonDescription(rejectEntireOrderReasonId) : translate('Reject to avoid order split (no variance) ')}}</ion-label >
101
101
</ion-chip >
102
102
</template >
103
103
<template v-else >
@@ -532,7 +532,7 @@ export default defineComponent({
532
532
' PAYMENT_REFUNDED' : ' warning' ,
533
533
' PAYMENT_SETTLED' : ' '
534
534
} as any ,
535
- rejectEntireOrderReasonId: ' REJECT_ENTIRE_ORDER ' ,
535
+ rejectEntireOrderReasonId: " REJ_AVOID_ORD_SPLIT " ,
536
536
shipmentLabelErrorMessages: " " ,
537
537
shipmentMethodTypeId: " " ,
538
538
carrierPartyId: " " ,
You can’t perform that action at this time.
0 commit comments