This commit is contained in:
2021-06-25 23:40:47 +00:00
parent 58b90ec13e
commit 4192de1aab
3 changed files with 5 additions and 1 deletions

View File

@@ -402,6 +402,9 @@ CURRENTLY DOING: complete all workorderitem descendant lists
3873 3: subtree woitem lists implement
todo: decided not to put tax codes in main grids, should I though?
todo: decided not to put costs or dollar amounts in main grids as it would be tricky to hide them from contractor users etc
can this be supported in some way or fuck it leave off for now
TODO: after all descendant tables added go through every single one and enable all columns and ensure no errors

View File

@@ -149,6 +149,7 @@ export default {
"WorkOrderItemTravelList",
"WorkOrderItemUnitList",
"WorkOrderItemTasks",
"WorkOrderItemOutsideServiceList",
"WorkOrderServiceTemplate",
"QuoteList",
"WorkOrderQuoteTemplate",

View File

@@ -160,7 +160,7 @@ async function clickHandler(menuItem) {
break;
case "WorkOrderItemOutsideServiceList":
m.vm.$router.push({
name: "svc-workorder-outside-services"
name: "svc-workorder-item-outside-services"
});
break;