2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 23:51:08 +00:00

Supply part name for auto-fill when creating a new part

This commit is contained in:
Oliver Walters
2019-07-08 09:33:44 +10:00
parent 85e803f345
commit dff8d1fb95
2 changed files with 9 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
</thead>
<tbody>
{% for row in bom_rows %}
<tr part-description='{{ row.description }}' part-select='#select_part_{{ row.index }}'>
<tr part-name='{{ row.part_name }}' part-description='{{ row.description }}' part-select='#select_part_{{ row.index }}'>
<td>
<button class='btn btn-default btn-remove' id='del_row_{{ forloop.counter }}' style='display: inline; float: right;' title='Remove row'>
<span row_id='{{ forloop.counter }}' onClick='removeRowFromBomWizard()' class='glyphicon glyphicon-small glyphicon-remove'></span>