add additional template

This commit is contained in:
Matthias 2022-05-11 03:05:40 +02:00
parent 67966eba13
commit a65d747501
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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: