diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html index 295fed23d6..e75efdfe77 100644 --- a/InvenTree/part/templates/part/bom.html +++ b/InvenTree/part/templates/part/bom.html @@ -83,7 +83,15 @@ { success: function() { $("#bom-table").bootstrapTable('refresh'); - } + }, + secondary: [ + { + field: 'sub_part', + label: 'New Part', + title: 'Create New Part', + url: "{% url 'part-create' %}", + }, + ] } ); });