Merge pull request #862 from SchrodingersGat/stock-buttons-fix

Fix display of buttons for stock item
This commit is contained in:
Oliver 2020-06-09 13:19:15 +10:00 committed by GitHub
commit f3e3838782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,12 +85,12 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
<span class='fas fa-hashtag'/>
</button>
{% endif %}
{% endif %}
{% if item.part.salable %}
<button type='button' class='btn btn-default' id='stock-assign-to-customer' title='{% trans "Assign to Customer" %}'>
<span class='fas fa-user-tie'/>
</button>
{% endif %}
{% endif %}
<button type='button' class='btn btn-default' id='stock-move' title='{% trans "Transfer stock" %}'>
<span class='fas fa-exchange-alt icon-blue'/>
</button>