Skip to content

Commit

Permalink
Merge pull request hotwax#273 from ymaheshwari1/fix/hide-shipment-thr…
Browse files Browse the repository at this point in the history
…eshold-check

Removed: shipment threshold check option from inventory filters as its support is not yet available in the app
  • Loading branch information
ymaheshwari1 authored Oct 16, 2024
2 parents fe00f4b + 776c704 commit 42be0fc
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 42be0fc

Please sign in to comment.