mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-29 13:48:09 -06: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,
|
Returns True if the barcode value equals the configured separation value,
|
||||||
False otherwise
|
False otherwise
|
||||||
"""
|
"""
|
||||||
return self.value == self.settings.CONSUMER_BARCODE_STRING
|
return self.value == self.settings.barcode_string
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_asn(self) -> bool:
|
def is_asn(self) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user