2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

Merge pull request #479 from SchrodingersGat/hide-sellable

Hide the 'sellable' tag for now
This commit is contained in:
Oliver 2019-09-07 14:25:33 +10:00 committed by GitHub
commit 9a61ba4e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>