mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	fix endline
This commit is contained in:
		@@ -43,4 +43,4 @@
 | 
			
		||||
  fields:
 | 
			
		||||
    part: 10004
 | 
			
		||||
    test_name: Check that chair is especially green
 | 
			
		||||
    required: False
 | 
			
		||||
    required: False
 | 
			
		||||
 
 | 
			
		||||
@@ -9,4 +9,4 @@
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% if part %}
 | 
			
		||||
<li class="breadcrumb-item" aria-current="page"><a href="{% url 'part-detail' part.id %}">{{ part.name }}</a></li>
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
@@ -29,4 +29,4 @@
 | 
			
		||||
</div>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -18,4 +18,4 @@
 | 
			
		||||
{% include "sidebar_item.html" with label='stock' text=text icon='fa-boxes' %}
 | 
			
		||||
{% trans "Parameters" as text %}
 | 
			
		||||
{% include "sidebar_item.html" with label="parameters" text=text icon="fa-tasks" %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
@@ -22,4 +22,4 @@
 | 
			
		||||
</ul>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -21,4 +21,4 @@
 | 
			
		||||
</div>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -86,4 +86,4 @@ $('.fieldselect').select2({
 | 
			
		||||
    matcher: partialMatcher,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -81,4 +81,4 @@ $('.currencyselect').select2({
 | 
			
		||||
    dropdownAutoWidth: true,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -30,4 +30,4 @@
 | 
			
		||||
    </div>
 | 
			
		||||
{% endif %}
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
{% extends "part/import_wizard/part_upload.html" %}
 | 
			
		||||
{% include "patterns/wizard/match_fields.html" %}
 | 
			
		||||
{% include "patterns/wizard/match_fields.html" %}
 | 
			
		||||
 
 | 
			
		||||
@@ -88,4 +88,4 @@ $('.currencyselect').select2({
 | 
			
		||||
    dropdownAutoWidth: true,
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -20,4 +20,4 @@
 | 
			
		||||
 | 
			
		||||
enableSidebar('partupload');
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -57,4 +57,4 @@
 | 
			
		||||
{% trans "Attachments" as text %}
 | 
			
		||||
{% include "sidebar_item.html" with label="part-attachments" text=text icon="fa-paperclip" %}
 | 
			
		||||
{% trans "Notes" as text %}
 | 
			
		||||
{% include "sidebar_item.html" with label="part-notes" text=text icon="fa-clipboard" %}
 | 
			
		||||
{% include "sidebar_item.html" with label="part-notes" text=text icon="fa-clipboard" %}
 | 
			
		||||
 
 | 
			
		||||
@@ -22,4 +22,4 @@
 | 
			
		||||
        {% else %}
 | 
			
		||||
        src="{% static 'img/blank_image.png' %}"
 | 
			
		||||
        {% endif %}/>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -75,4 +75,4 @@
 | 
			
		||||
{% if not part.active %}
 | 
			
		||||
{{ block.super }}
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -18,4 +18,4 @@
 | 
			
		||||
</table>
 | 
			
		||||
 | 
			
		||||
</form>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -40,4 +40,4 @@
 | 
			
		||||
    {% crispy form %}
 | 
			
		||||
 | 
			
		||||
    </form>
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,4 +7,4 @@
 | 
			
		||||
<span class='badge badge-right rounded-pill bg-danger'>{% trans "No Stock" %}</span>
 | 
			
		||||
{% elif total_stock < part.minimum_stock %}
 | 
			
		||||
<span class='badge badge-right rounded-pill bg-warning'>{% trans "Low Stock" %}</span>
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
@@ -116,4 +116,4 @@ $('#bom-upload').click(function() {
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
{% endblock js_ready %}
 | 
			
		||||
{% endblock js_ready %}
 | 
			
		||||
 
 | 
			
		||||
@@ -10,4 +10,4 @@
 | 
			
		||||
    {% blocktrans with full_name=part.full_name %}Create a new variant of template <em>'{{full_name}}'</em>.{% endblocktrans %}
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user