2
0
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:
Oliver Walters
2020-06-05 11:52:07 +10:00
parent 9f599546de
commit 544e217347
4 changed files with 43 additions and 8 deletions

View File

@ -351,8 +351,6 @@ function loadStockTable(table, options) {
loc = "{% trans "Undefined location" %}";
}
console.log("Location: " + loc);
if (!locations.includes(loc)) {
locations.push(loc);
}