mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01: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:
parent
1197437750
commit
21f96f0679
2 changed files with 53 additions and 45 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue