mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Keep 'stock actions' button enabled when on children tab
This commit is contained in:
parent
a8c6e79bc0
commit
1a48405491
@ -114,7 +114,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
|
||||
<!-- Stock adjustment menu -->
|
||||
{% if roles.stock.change and not item.is_building %}
|
||||
<div class='btn-group'>
|
||||
<button id='stock-options' title='{% trans "Stock adjustment actions" %}' class='btn btn-default dropdown-toggle' type='button' data-toggle='dropdown'><span class='fas fa-boxes'></span> <span class='caret'></span></button>
|
||||
<button id='stock-actions' title='{% trans "Stock adjustment actions" %}' class='btn btn-default dropdown-toggle' type='button' data-toggle='dropdown'><span class='fas fa-boxes'></span> <span class='caret'></span></button>
|
||||
<ul class='dropdown-menu' role='menu'>
|
||||
{% if item.in_stock %}
|
||||
{% if not item.serialized %}
|
||||
|
Loading…
Reference in New Issue
Block a user