2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Launch order dialog from the 'Parts' table

This commit is contained in:
Oliver Walters
2019-06-11 23:55:20 +10:00
parent 0ca01fb0e7
commit 1cb6c67086
3 changed files with 34 additions and 1 deletions

View File

@ -49,6 +49,7 @@
<div class='dropdown' style='float: right;'>
<button id='part-options' class='btn btn-primary dropdown-toggle' type='button' data-toggle="dropdown">Options<span class='caret'></span></button>
<ul class='dropdown-menu'>
<li><a href='#' id='multi-part-order' title='Order parts'>Order Parts</a></li>
<li><a href='#' id='multi-part-category' title='Set Part Category'>Set Category</a></li>
</ul>
</div>