2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 14:41:33 +00:00

[FR] Confirm to W293

Fixes #2335
This commit is contained in:
Matthias
2021-11-23 00:28:23 +01:00
parent b1930404bd
commit d884e62be1
49 changed files with 103 additions and 103 deletions

View File

@@ -399,7 +399,7 @@ class PartLabelMixin:
if key in params:
parts = params.getlist(key, [])
break
valid_ids = []
for part in parts:

View File

@@ -186,7 +186,7 @@ class LabelTemplate(models.Model):
"""
template_string = Template(self.filename_pattern)
ctx = self.context(request)
context = Context(ctx)