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

BOM export options are now han

(cherry picked from commit c797eb0703)
This commit is contained in:
Oliver
2021-11-22 21:51:32 +11:00
parent 88fc0393b7
commit 01ce752a8c
4 changed files with 82 additions and 41 deletions

View File

@@ -620,13 +620,7 @@
});
$("#download-bom").click(function () {
launchModalForm("{% url 'bom-export' part.id %}",
{
success: function(response) {
location.href = response.url;
},
}
);
exportBom({{ part.id }});
});
{% if report_enabled %}