mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Create BOM export form
- Select output format
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Export BOM for {{ part.name }}
|
||||
Export BOM (Bill of Materials) for {{ part.name }}
|
||||
|
||||
{% include "modal_csrf.html" %}
|
||||
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% crispy form %}
|
||||
</form>
|
Reference in New Issue
Block a user