mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add page to show stock which is assigned to a customer
This commit is contained in:
@ -351,8 +351,6 @@ function loadStockTable(table, options) {
|
||||
loc = "{% trans "Undefined location" %}";
|
||||
}
|
||||
|
||||
console.log("Location: " + loc);
|
||||
|
||||
if (!locations.includes(loc)) {
|
||||
locations.push(loc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user