2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

fix trailing

This commit is contained in:
Matthias Mair
2022-05-20 13:20:55 +02:00
parent bd195105e7
commit 93b6934127
99 changed files with 2341 additions and 2347 deletions

View File

@ -19,7 +19,7 @@ def add_shipment(apps, schema_editor):
Allocation = apps.get_model('order', 'salesorderallocation')
SalesOrder = apps.get_model('order', 'salesorder')
Shipment = apps.get_model('order', 'salesordershipment')
n = 0
for order in SalesOrder.objects.all():

View File

@ -30,7 +30,7 @@
<span class='fas fa-sign-in-alt'></span> {% trans "Receive Items" %}
</button>
{% endif %}
{% endif %}
{% endif %}
</div>
</div>
</div>
@ -38,7 +38,7 @@
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
{% include "filter_list.html" with id="purchase-order-lines" %}
</div>
<table class='table table-striped table-condensed' id='po-line-table' data-toolbar='#order-toolbar-buttons'>
</table>
</div>
@ -260,4 +260,4 @@ loadOrderTotal(
enableSidebar('purchaseorder');
{% endblock %}
{% endblock %}

View File

@ -41,12 +41,12 @@
</div>
</div>
</div>
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='purchase-order-table'>
</table>
<div id='purchase-order-calendar'></div>
</div>
{% endblock %}
@ -192,4 +192,4 @@ loadPurchaseOrderTable("#purchase-order-table", {
url: "{% url 'api-po-list' %}",
});
{% endblock %}
{% endblock %}

View File

@ -181,7 +181,7 @@
{% endif %}
});
onPanelLoad('order-shipments-complete', function() {
loadSalesOrderShipmentTable('#completed-shipments-table', {
order: {{ order.pk }},
@ -293,5 +293,5 @@
);
enableSidebar('salesorder');
{% endblock %}
{% endblock %}

View File

@ -44,13 +44,13 @@
</div>
</div>
</div>
<table class='table table-striped table-condensed po-table' data-toolbar='#table-buttons' id='sales-order-table'>
</table>
<div id='sales-order-calendar'></div>
</div>
{% endblock %}
{% block js_load %}
@ -192,4 +192,4 @@ $("#so-create").click(function() {
createSalesOrder();
});
{% endblock %}
{% endblock %}