2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Create a new supplier part directly from the order form

This commit is contained in:
Oliver Walters
2019-06-13 20:35:15 +10:00
parent 4be82a31ce
commit 915395e676
2 changed files with 31 additions and 2 deletions

View File

@ -37,7 +37,7 @@
</td>
<td>
<button class='btn btn-default btn-create' id='new_supplier_part_{{ part.id }}' title='Create new supplier part for {{ part }}' type='button'>
<span onClick='newSupplierPartFromWizard()' class='glyphicon glyphicon-small glyphicon-plus'></span>
<span part-id='{{ part.id }}' onClick='newSupplierPartFromOrderWizard()' class='glyphicon glyphicon-small glyphicon-plus'></span>
</button>
</td>
<td>