2
0
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:
Oliver Walters
2019-05-07 22:46:37 +10:00
parent e58bed41b0
commit 4f84febbd1
3 changed files with 57 additions and 1 deletions

View File

@ -14,6 +14,9 @@
{% crispy form %}
{% block form_data %}
{% endblock %}
</form>
{% block post_form_content %}