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:
@@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user