mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Re-add 'new stock item' button
This commit is contained in:
@ -142,7 +142,7 @@
|
||||
<td><b>Purchaseable</b></td>
|
||||
<td>{% include "slide.html" with state=part.purchaseable field='purchaseable' %}</td>
|
||||
{% if part.purchaseable %}
|
||||
<td><Part can be purchased from external suppliers></td>
|
||||
<td>Part can be purchased from external suppliers</td>
|
||||
{% else %}
|
||||
<td><i>Part can be purchased from external suppliers</i></td>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user