Skip to content

Commit

Permalink
Removed: shipment threshold check option from inventory filters as it…
Browse files Browse the repository at this point in the history
…s support is not yet available in the app
  • Loading branch information
ymaheshwari1 committed Oct 16, 2024
1 parent fe00f4b commit 776c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddInventoryFilterOptionsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let enumerations = ref([]) as any
let areFiltersUpdated = ref(false)
// Added those enums here that needs to be hidden form the UI
const hiddenOptions = ["IIP_MSMNT_SYSTEM", "IIP_SPLIT_ITEM_GROUP"]
const hiddenOptions = ["IIP_MSMNT_SYSTEM", "IIP_SPLIT_ITEM_GROUP", "IFP_SHIP_THREHOLD"]
// Add entries for the enums those are dependent on another filter {enumId: { code, label }}
const dependentOptions = {"ISP_CUST_SEQ": { code: "facilityGroupId", label: "Facility group" }} as any
Expand Down

0 comments on commit 776c704

Please sign in to comment.