Skip to content

Commit

Permalink
Updated: removed the 'in progress' orders and update 'open' order check(
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed May 21, 2024
1 parent 5af5532 commit 3549586
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/utils/order.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
const orderCategoryParameters = {
'Open': {
'isPicked': {
'value': 'N'
'shipmentStatusId': {
'value': '*',
'OP': 'NOT'
}
},
'In Progress': {
'picklistItemStatusId': {
'value': 'PICKITEM_PENDING',
},
},
'Packed': {
'shipmentStatusId': {
'value': 'SHIPMENT_SHIPPED'
'value': 'SHIPMENT_PACKED'
}
}
}
Expand Down

0 comments on commit 3549586

Please sign in to comment.