mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Fix: Splitting on ASN barcodes even if not enabled (#5740)
* Fixes the barcodes always splitting on ASNs, even if splitting was disabled
This commit is contained in:
@@ -402,6 +402,7 @@ class TestBarcode(
|
||||
|
||||
self.assertEqual(len(documents), 2)
|
||||
|
||||
@override_settings(CONSUMER_ENABLE_BARCODES=True)
|
||||
def test_separate_pages_no_list(self):
|
||||
"""
|
||||
GIVEN:
|
||||
|
Reference in New Issue
Block a user