mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
set barcode reader default to disabled
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
553153ba92
commit
c696b4f2f2
1 changed files with 0 additions and 1 deletions
|
|
@ -464,7 +464,6 @@ CONSUMER_SUBDIRS_AS_TAGS = __get_boolean("PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS")
|
||||||
|
|
||||||
CONSUMER_ENABLE_BARCODES = __get_boolean(
|
CONSUMER_ENABLE_BARCODES = __get_boolean(
|
||||||
"PAPERLESS_CONSUMER_ENABLE_BARCODES",
|
"PAPERLESS_CONSUMER_ENABLE_BARCODES",
|
||||||
default="YES",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
CONSUMER_BARCODE_STRING = os.getenv("PAPERLESS_CONSUMER_BARCODE_STRING", "PATCHT")
|
CONSUMER_BARCODE_STRING = os.getenv("PAPERLESS_CONSUMER_BARCODE_STRING", "PATCHT")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue