mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Update barcodes.py
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user