This commit is contained in:
2021-08-23 17:51:22 +00:00
parent 67374edc60
commit 6cdcb8b012
2 changed files with 10 additions and 2 deletions

View File

@@ -11,6 +11,13 @@
Aug Aug
change woitempart to allow negative values entered which will add to inventory but *only* if they have full inventory role
return understandable error if they don't
test it out first
do a full end to end rebuild for Joyce to test
going to need server and clients update
Meter reading Meter reading
write only write only
enter via work order or via unit->meter reading button enter via work order or via unit->meter reading button
@@ -90,7 +97,7 @@ migrate woitem loan not tagging loan units??
Global object fully Global object fully
logos, signature text etc logos, signature text etc

View File

@@ -2389,7 +2389,8 @@ async function fetchTranslatedText(vm) {
"CustomerServiceRequest", "CustomerServiceRequest",
"DuplicateToQuote", "DuplicateToQuote",
"DuplicateToPM", "DuplicateToPM",
"NewStatus" "NewStatus",
"InventoryRoleRequired"
]); ]);
} }