Adds missing semicolon

This commit is contained in:
Oliver 2021-12-09 09:07:36 +11:00
parent 4a453b0a35
commit c1163b9f6b

View File

@ -662,7 +662,7 @@ function assignStockToCustomer(items, options={}) {
opts.nested = {
'items': item_pk_values,
}
};
inventreePut(
'{% url "api-stock-assign" %}',