From a65d747501ddd6c1c134336cd04c10322f850410 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 11 May 2022 03:05:40 +0200 Subject: [PATCH] add additional template --- InvenTree/label/apps.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/InvenTree/label/apps.py b/InvenTree/label/apps.py index 318f4af984..633907f330 100644 --- a/InvenTree/label/apps.py +++ b/InvenTree/label/apps.py @@ -265,6 +265,13 @@ class LabelConfig(AppConfig): 'width': 70, 'height': 24, }, + { + 'file': 'part_label_code128.html', + 'name': 'Barcode Part Label', + 'description': 'Simple part label with Code128 barcode', + 'width': 70, + 'height': 24, + }, ] for label in labels: