mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-14 14:41:33 +00:00
@@ -399,7 +399,7 @@ class PartLabelMixin:
|
||||
if key in params:
|
||||
parts = params.getlist(key, [])
|
||||
break
|
||||
|
||||
|
||||
valid_ids = []
|
||||
|
||||
for part in parts:
|
||||
|
@@ -186,7 +186,7 @@ class LabelTemplate(models.Model):
|
||||
"""
|
||||
|
||||
template_string = Template(self.filename_pattern)
|
||||
|
||||
|
||||
ctx = self.context(request)
|
||||
|
||||
context = Context(ctx)
|
||||
|
Reference in New Issue
Block a user