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…
Reference in New Issue