mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-13 15:20:53 +00:00
fix endline
This commit is contained in:
.gitattributes
InvenTree
build
templates
build
common
fixtures
company
label
templates
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
templates
part
fixtures
templates
part
cat_link.htmlcategory_delete.htmlcategory_sidebar.htmlcopy_part.htmlcreate_part.html
import_wizard
ajax_match_fields.htmlajax_match_references.htmlajax_part_upload.htmlmatch_fields.htmlmatch_references.htmlpart_upload.html
part_sidebar.htmlpart_thumb.htmlpartial_delete.htmlselect_image.htmlset_category.htmlstock_count.htmlupload_bom.htmlvariant_part.htmlreport
templates
stock
fixtures
templates
templates
403.html404.html500.htmlmail.htmlmodal_csrf.htmlmodals.htmlnotes_buttons.htmlnotifications.htmlpanel.html
InvenTree
admin_button.htmlattachment_button.htmlattachment_table.htmlclip.htmlfilter_list.htmlhover_image.htmlimage_download.htmljs
translated
patterns
wizard
plugin
price.htmlqr_button.htmlqr_code.htmlsample
sidebar_header.htmlskeleton.htmlspacer.htmlstats.htmltel.htmlurl.htmlversion.htmlyesnolabel.htmldeploy
@@ -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