This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -2389,7 +2389,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"CustomerServiceRequest",
|
"CustomerServiceRequest",
|
||||||
"DuplicateToQuote",
|
"DuplicateToQuote",
|
||||||
"DuplicateToPM",
|
"DuplicateToPM",
|
||||||
"NewStatus"
|
"NewStatus",
|
||||||
|
"InventoryRoleRequired"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user