2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Allow selection of bom_copy and parameter_copy when making a new variant

This commit is contained in:
Oliver Walters
2020-09-05 20:10:18 +10:00
parent 6ef4390e29
commit c4989e59b2
2 changed files with 11 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ class EditPartForm(HelperForm):
parameters_copy = forms.BooleanField(required=False,
initial=True,
help_text=_("Duplicate all parameters data for this part"),
help_text=_("Duplicate all parameter data for this part"),
label=_('Copy Parameters'),
widget=forms.HiddenInput())