2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-13 15:20: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
.gitattributes
InvenTree
build
templates
common
company
label
locale
cs
LC_MESSAGES
de
LC_MESSAGES
el
LC_MESSAGES
es
LC_MESSAGES
fa
LC_MESSAGES
fr
LC_MESSAGES
he
LC_MESSAGES
hu
LC_MESSAGES
id
LC_MESSAGES
it
LC_MESSAGES
ja
LC_MESSAGES
ko
LC_MESSAGES
nl
LC_MESSAGES
no
LC_MESSAGES
pl
LC_MESSAGES
pt
LC_MESSAGES
ru
LC_MESSAGES
sv
LC_MESSAGES
th
LC_MESSAGES
tr
LC_MESSAGES
vi
LC_MESSAGES
zh
LC_MESSAGES
order
part
report
stock
templates
deploy

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

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

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

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

@@ -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" %}

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