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: