This commit is contained in:
2021-01-25 21:34:31 +00:00
parent e9680a04b8
commit 0ebf4a07d6
2 changed files with 28 additions and 21 deletions

View File

@@ -714,7 +714,7 @@ async function clickHandler(menuItem) {
break;
case "PartStockingLevels":
m.vm.$router.push({
name: "inv-part-stocking-levels",
name: "inv-part-stock-levels",
params: { recordid: m.vm.obj.id }
});
break;
@@ -872,6 +872,7 @@ async function fetchTranslatedText(vm) {
"Part",
"PartByWarehouseInventoryList",
"PartSerialNumbersAvailable",
"PartStockingLevels",
"PartName",
"PartNotes",
"PartPartNumber",