mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Adds missing semicolon
This commit is contained in:
@ -662,7 +662,7 @@ function assignStockToCustomer(items, options={}) {
|
||||
|
||||
opts.nested = {
|
||||
'items': item_pk_values,
|
||||
}
|
||||
};
|
||||
|
||||
inventreePut(
|
||||
'{% url "api-stock-assign" %}',
|
||||
|
Reference in New Issue
Block a user