2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-16 00:21:08 +00:00

Fix variable scope issue

This commit is contained in:
Oliver Walters
2021-01-03 10:07:38 +11:00
parent 2dfa4d1acd
commit 298e9cae65
3 changed files with 9 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
<div class="btn-group" role="group" aria-label="...">
{% if editing_enabled %}
<button class='btn btn-default' type='button' title='{% trans "Remove selected BOM items" %}' id='bom-item-delete'>
<span class='fas fa-trash-alt'></span>
<span class='fas fa-trash-alt icon-red'></span>
</button>
<button class='btn btn-primary' type='button' title='{% trans "Import BOM data" %}' id='bom-upload'>
<span class='fas fa-file-upload'></span> {% trans "Import from File" %}