mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Move 'quantity' field
This commit is contained in:
		@@ -77,6 +77,11 @@ src="{% static 'img/blank_image.png' %}"
 | 
			
		||||
        <td>{% trans "Part" %}</td>
 | 
			
		||||
        <td><a href="{% url 'part-detail' build.part.id %}?display=build-orders">{{ build.part.full_name }}</a></td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td></td>
 | 
			
		||||
        <td>{% trans "Quantity" %}</td>
 | 
			
		||||
        <td>{{ build.quantity }}</td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td><span class='fas fa-info-circle'></span></td>
 | 
			
		||||
        <td>{% trans "Build Description" %}</td>
 | 
			
		||||
@@ -127,11 +132,6 @@ src="{% static 'img/blank_image.png' %}"
 | 
			
		||||
{% block details_right %}
 | 
			
		||||
<table class='table table-striped table-condensed'>
 | 
			
		||||
    <col width='25'>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td></td>
 | 
			
		||||
        <td>{% trans "Quantity" %}</td>
 | 
			
		||||
        <td>{{ build.quantity }}</td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td><span class='fas fa-info'></span></td>
 | 
			
		||||
        <td>{% trans "Status" %}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user