This commit is contained in:
Matthias 2022-04-28 00:37:55 +02:00
parent dfd51174cb
commit f1ee206c53
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@
$("#new-so-extra-line").click(function() { $("#new-so-extra-line").click(function() {
var fields = ExtraLineFields({ var fields = extraLineFields({
order: {{ order.pk }}, order: {{ order.pk }},
}); });

View File

@ -38,7 +38,7 @@
removeOrderRowFromOrderWizard, removeOrderRowFromOrderWizard,
removePurchaseOrderLineItem, removePurchaseOrderLineItem,
loadOrderTotal, loadOrderTotal,
ExtraLineFields, extraLineFields,
*/ */