2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Print part labels

This commit is contained in:
Oliver
2021-07-08 22:54:41 +10:00
parent c39f705ef7
commit 15cb1e0005
4 changed files with 61 additions and 2 deletions

View File

@ -255,7 +255,7 @@ class LabelConfig(AppConfig):
'file': 'part_label.html',
'name': 'Part Label',
'description': 'Simple part label',
'width': 50,
'width': 70,
'height': 24,
},
]