Adds missing semicolon
This commit is contained in:
parent
4a453b0a35
commit
c1163b9f6b
|
|
@ -662,7 +662,7 @@ function assignStockToCustomer(items, options={}) {
|
|||
|
||||
opts.nested = {
|
||||
'items': item_pk_values,
|
||||
}
|
||||
};
|
||||
|
||||
inventreePut(
|
||||
'{% url "api-stock-assign" %}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue