Skip to content

Commit

Permalink
Improved: sytax for checking partialGroup items allocation status (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Jul 4, 2024
1 parent 7aa11b0 commit 962d3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ function updatePartialGroupItemsAllocation(checked: boolean) {
}
function isPartialGroupItemsAllocationActive() {
return inventoryRuleFilterOptions.value[conditionFilterEnums["SPLIT_ITEM_GROUP"].code]?.fieldValue === 'Y' ? true : false;
return inventoryRuleFilterOptions.value[conditionFilterEnums["SPLIT_ITEM_GROUP"].code]?.fieldValue === 'Y';
}
</script>

Expand Down

0 comments on commit 962d3f7

Please sign in to comment.