diff --git a/InvenTree/templates/js/translated/part.js b/InvenTree/templates/js/translated/part.js index 08b258fdc2..b0a88b2629 100644 --- a/InvenTree/templates/js/translated/part.js +++ b/InvenTree/templates/js/translated/part.js @@ -373,6 +373,9 @@ function duplicatePart(pk, options={}) { // Override the "variant_of" field data.variant_of = pk; + + // By default, disable "is_template" when making a variant *of* a template + data.is_template = false; } constructForm('{% url "api-part-list" %}', {