2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-09 21:30:54 +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

@@ -51,4 +51,4 @@
fields:
part: 4
quantity: 100
price: 1.25
price: 1.25

View File

@@ -7,4 +7,4 @@
{% trans "Attachments" as text %}
{% include "sidebar_item.html" with label='attachments' text=text icon="fa-paperclip" %}
{% trans "Supplier Parts" as text %}
{% include "sidebar_item.html" with label='supplier-parts' text=text icon="fa-building" %}
{% include "sidebar_item.html" with label='supplier-parts' text=text icon="fa-building" %}

View File

@@ -30,4 +30,4 @@
</a>
</li>
</ul>
</ul>