mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Show total stock rather than taking allocation into account
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
{% block collapse_heading %}
|
{% block collapse_heading %}
|
||||||
<div class='col-sm-2'>
|
<div class='col-sm-2'>
|
||||||
<b>{{ item.sub_part.available_stock }}</b>
|
<b>{{ item.sub_part.total_stock }}</b>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-sm-2'>
|
<div class='col-sm-2'>
|
||||||
<b>{% multiply build.quantity item.quantity %}</b>
|
<b>{% multiply build.quantity item.quantity %}</b>
|
||||||
|
Reference in New Issue
Block a user