Skip to content

Commit

Permalink
rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Mar 5, 2025
1 parent 5833168 commit 1f46498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/requestability_resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class RequestabilityResolver {
physRequestableCriteria = 'No delivery locations.'
physRequestable = false
}
// physRequestable = itemIsInRecapMissingRecapCustomerCode || !!deliveryInfo.deliveryLocation?.length
// items without barcodes should not be requestable
const hasBarcode = (item.identifier || []).some((identifier) => /^(urn|bf):[bB]arcode:\w+/.test(identifier))
if (isItemNyplOwned(item) && !hasBarcode) {
Expand Down

0 comments on commit 1f46498

Please sign in to comment.