mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Show total stock rather than taking allocation into account
This commit is contained in:
parent
782ad57f52
commit
60f5160d24
@ -15,7 +15,7 @@
|
||||
|
||||
{% block collapse_heading %}
|
||||
<div class='col-sm-2'>
|
||||
<b>{{ item.sub_part.available_stock }}</b>
|
||||
<b>{{ item.sub_part.total_stock }}</b>
|
||||
</div>
|
||||
<div class='col-sm-2'>
|
||||
<b>{% multiply build.quantity item.quantity %}</b>
|
||||
|
Loading…
x
Reference in New Issue
Block a user