mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
Adds missing semicolon
This commit is contained in:
parent
4a453b0a35
commit
c1163b9f6b
@ -662,7 +662,7 @@ function assignStockToCustomer(items, options={}) {
|
|||||||
|
|
||||||
opts.nested = {
|
opts.nested = {
|
||||||
'items': item_pk_values,
|
'items': item_pk_values,
|
||||||
}
|
};
|
||||||
|
|
||||||
inventreePut(
|
inventreePut(
|
||||||
'{% url "api-stock-assign" %}',
|
'{% url "api-stock-assign" %}',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user