mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Print part labels
This commit is contained in:
@ -394,7 +394,7 @@ class PartLabelMixin:
|
||||
|
||||
for key in ['part', 'part[]', 'parts', 'parts[]']:
|
||||
if key in params:
|
||||
parts = parts.getlist(key, [])
|
||||
parts = params.getlist(key, [])
|
||||
break
|
||||
|
||||
valid_ids = []
|
||||
|
@ -255,7 +255,7 @@ class LabelConfig(AppConfig):
|
||||
'file': 'part_label.html',
|
||||
'name': 'Part Label',
|
||||
'description': 'Simple part label',
|
||||
'width': 50,
|
||||
'width': 70,
|
||||
'height': 24,
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user