mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Merge pull request #1149 from SchrodingersGat/bom-upload-speed
Vastly improved speed of BOM upload
This commit is contained in:
		@@ -59,7 +59,7 @@
 | 
				
			|||||||
                            {% endfor %}
 | 
					                            {% endfor %}
 | 
				
			||||||
                    </select>
 | 
					                    </select>
 | 
				
			||||||
                    {% if col.duplicate %}
 | 
					                    {% if col.duplicate %}
 | 
				
			||||||
                    <p class='help-inline'>Duplicate column selection</p>
 | 
					                    <p class='help-inline'>{% trans "Duplicate column selection" %}</p>
 | 
				
			||||||
                    {% endif %}
 | 
					                    {% endif %}
 | 
				
			||||||
                </td>
 | 
					                </td>
 | 
				
			||||||
                {% endfor %}
 | 
					                {% endfor %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -63,7 +63,7 @@
 | 
				
			|||||||
                        <option value=''>--- {% trans "Select Part" %} ---</option>
 | 
					                        <option value=''>--- {% trans "Select Part" %} ---</option>
 | 
				
			||||||
                        {% for part in row.part_options %}
 | 
					                        {% for part in row.part_options %}
 | 
				
			||||||
                        <option value='{{ part.id }}' {% if part.id == row.part.id %} selected='selected' {% elif part.id == row.part_match.id %} selected='selected' {% endif %}>
 | 
					                        <option value='{{ part.id }}' {% if part.id == row.part.id %} selected='selected' {% elif part.id == row.part_match.id %} selected='selected' {% endif %}>
 | 
				
			||||||
                            {{ part }} - {{ part.available_stock }}
 | 
					                            {{ part }}
 | 
				
			||||||
                        </option>
 | 
					                        </option>
 | 
				
			||||||
                        {% endfor %}
 | 
					                        {% endfor %}
 | 
				
			||||||
                    </select>
 | 
					                    </select>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user