mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-13 07:10:53 +00:00
fix endline
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user