mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-22 17:54:40 -05:00
Update barcodes.py
This commit is contained in:
parent
4a26f65bf9
commit
d1028e0f88
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user