Update barcodes.py

This commit is contained in:
shamoon 2025-04-23 12:09:36 -07:00
parent 4a26f65bf9
commit d1028e0f88

View File

@ -50,7 +50,7 @@ class Barcode:
Returns True if the barcode value equals the configured separation value,
False otherwise
"""
return self.value == self.settings.CONSUMER_BARCODE_STRING
return self.value == self.settings.barcode_string
@property
def is_asn(self) -> bool: