mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Improve data importing
- Automatically prune empty rows - prevent automatic conversion of integers to floats
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
{% for col in bom_cols %}
|
||||
<td>
|
||||
<select class='select' id='id_col_{{ forloop.counter0 }}' name='col_select_{{ forloop.counter0 }}'>
|
||||
|
Reference in New Issue
Block a user