2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Fix available stock display

This commit is contained in:
Oliver Walters 2019-08-02 15:13:47 +10:00
parent 0a328687a5
commit e66fd956f9

View File

@ -102,7 +102,7 @@
<td> <td>
<h4>Available Stock</h4> <h4>Available Stock</h4>
</td> </td>
<td><h4>{{ part.net_stock }} {{ part.units }}</h4></td> <td><h4>{{ part.available_stock }} {{ part.units }}</h4></td>
</tr> </tr>
<tr> <tr>
<td>In Stock</td> <td>In Stock</td>