mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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