2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 07:31:10 +00:00

Reintroduce option to clear (delete) BOM before uploading new data

This commit is contained in:
Oliver
2022-02-17 22:54:02 +11:00
parent 1b6dacd5ba
commit 6e6f9d6c2f
2 changed files with 34 additions and 0 deletions

View File

@@ -81,6 +81,11 @@ $('#bom-upload').click(function() {
method: 'POST',
fields: {
data_file: {},
part: {
value: {{ part.pk }},
hidden: true,
},
clear_existing_bom: {},
},
title: '{% trans "Upload BOM File" %}',
onSuccess: function(response) {