2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-13 07:10:53 +00:00

fix endline

This commit is contained in:
Matthias Mair
2022-05-20 13:35:07 +02:00
parent 93b6934127
commit 74726f0fda
117 changed files with 93 additions and 118 deletions

View File

@@ -290,4 +290,4 @@ $("#export-order").click(function() {
});
{% endblock %}
{% endblock %}

View File

@@ -1,2 +1,2 @@
{% extends "order/order_wizard/po_upload.html" %}
{% include "patterns/wizard/match_fields.html" %}
{% include "patterns/wizard/match_fields.html" %}

View File

@@ -123,4 +123,4 @@ $('.currencyselect').select2({
dropdownAutoWidth: true,
});
{% endblock %}
{% endblock %}

View File

@@ -24,4 +24,4 @@
{% block js_ready %}
{{ block.super }}
{% endblock %}
{% endblock %}

View File

@@ -9,4 +9,4 @@
{% trans "Attachments" as text %}
{% include "sidebar_item.html" with label='order-attachments' text=text icon="fa-paperclip" %}
{% trans "Notes" as text %}
{% include "sidebar_item.html" with label='order-notes' text=text icon="fa-clipboard" %}
{% include "sidebar_item.html" with label='order-notes' text=text icon="fa-clipboard" %}

View File

@@ -252,4 +252,4 @@ $('#export-order').click(function() {
exportOrder('{% url "so-export" order.id %}');
});
{% endblock %}
{% endblock %}