mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
More intelligent BuildItem allocation
- Set initial value for quantity based on how many parts are left to allocate - Auto select the StockItem to take from (if there is only one)
This commit is contained in:
@ -14,6 +14,9 @@
|
||||
|
||||
|
||||
{% crispy form %}
|
||||
|
||||
{% block form_data %}
|
||||
{% endblock %}
|
||||
</form>
|
||||
|
||||
{% block post_form_content %}
|
||||
|
Reference in New Issue
Block a user