mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix display of buttons for stock item
This commit is contained in:
parent
a6a58b299b
commit
b23017b6bf
@ -85,12 +85,12 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
|
|||||||
<span class='fas fa-hashtag'/>
|
<span class='fas fa-hashtag'/>
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
{% if item.part.salable %}
|
{% if item.part.salable %}
|
||||||
<button type='button' class='btn btn-default' id='stock-assign-to-customer' title='{% trans "Assign to Customer" %}'>
|
<button type='button' class='btn btn-default' id='stock-assign-to-customer' title='{% trans "Assign to Customer" %}'>
|
||||||
<span class='fas fa-user-tie'/>
|
<span class='fas fa-user-tie'/>
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
<button type='button' class='btn btn-default' id='stock-move' title='{% trans "Transfer stock" %}'>
|
<button type='button' class='btn btn-default' id='stock-move' title='{% trans "Transfer stock" %}'>
|
||||||
<span class='fas fa-exchange-alt icon-blue'/>
|
<span class='fas fa-exchange-alt icon-blue'/>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user