2
0
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:
Oliver Walters
2019-06-29 19:56:04 +10:00
parent b089a61f74
commit a23595c28d
3 changed files with 28 additions and 9 deletions

View File

@@ -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 }}'>