Could have collisions, no location lookup by name

This commit is contained in:
2026-04-13 12:37:35 -05:00
parent 971cf8d6b6
commit 1808c3e8fb

View File

@@ -384,8 +384,6 @@ def get_location_id(barcode):
#print(loc.name, loc.locationid)
if loc.locationid == barcode:
return loc
elif loc.name == barcode:
return loc
return False
else:
return False