diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4504af8c..66e47621 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1226,4 +1226,5 @@ BUILD 116 - Customer -> Show all Units menu item implemented -- Workorderitemunit: added unit address fields to report data if needed to print independantly of workorder header address (case 583) \ No newline at end of file +- Workorderitemunit: added unit address fields to report data if needed to print independantly of workorder header address (case 583) +- Workorderitemscheduleduser: added "convert all to labor" menu option and implemented (case 1362) \ No newline at end of file diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index c491b511..bac92250 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -2116,6 +2116,7 @@ async function fetchTranslatedText(vm) { "AddMultipleUnits", "CopyToWorkOrder", "WorkOrderConvertScheduledUserToLabor", + "WorkOrderConvertAllScheduledUsersToLabor", "AppendTasks", "UnitWarrantyInfo", "UnitModelLifeTimeWarranty",