Hide the 'sellable' tag for now

- Keep hidden until parts can actually be sold
This commit is contained in:
Oliver Walters 2019-09-07 10:51:39 +10:00
parent b3be5ca5a0
commit 9c864aa619

View File

@ -130,6 +130,7 @@
<td><i>Part can be purchased from external suppliers</i></td>
{% endif %}
</tr>
{% if 0 %}
<tr>
<td><b>Sellable</b></td>
<td>{% include "slide.html" with state=part.salable field='salable' %}</td>
@ -139,6 +140,7 @@
<td><i>Part cannot be sold to customers</i></td>
{% endif %}
</tr>
{% endif %}
</table>
</div>
</div>