]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
set barcode reader default to disabled
authorFlorian Brandes <florian.brandes@posteo.de>
Wed, 30 Mar 2022 15:20:22 +0000 (17:20 +0200)
committerFlorian Brandes <florian.brandes@posteo.de>
Thu, 7 Apr 2022 09:14:29 +0000 (11:14 +0200)
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
src/paperless/settings.py

index 934d19910e1906bf9fb0bd2c382940ff538c60e2..dfd8848ea103b33993ca018e14ec1b6ef09db531 100644 (file)
@@ -464,7 +464,6 @@ CONSUMER_SUBDIRS_AS_TAGS = __get_boolean("PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS")
 
 CONSUMER_ENABLE_BARCODES = __get_boolean(
     "PAPERLESS_CONSUMER_ENABLE_BARCODES",
-    default="YES",
 )
 
 CONSUMER_BARCODE_STRING = os.getenv("PAPERLESS_CONSUMER_BARCODE_STRING", "PATCHT")