mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add additional template
This commit is contained in:
parent
67966eba13
commit
a65d747501
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user