mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Merge pull request #479 from SchrodingersGat/hide-sellable
Hide the 'sellable' tag for now
This commit is contained in:
commit
9a61ba4e1e
@ -130,6 +130,7 @@
|
|||||||
<td><i>Part can be purchased from external suppliers</i></td>
|
<td><i>Part can be purchased from external suppliers</i></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
|
{% if 0 %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Sellable</b></td>
|
<td><b>Sellable</b></td>
|
||||||
<td>{% include "slide.html" with state=part.salable field='salable' %}</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>
|
<td><i>Part cannot be sold to customers</i></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user