IO-3503 Job Costing Fixes
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -1227,6 +1227,8 @@ function ParseCalopCode(opcode) {
|
||||
return opcode.trim().split(" ");
|
||||
}
|
||||
|
||||
exports.ParseCalopCode = ParseCalopCode;
|
||||
|
||||
function IsTrueOrYes(value) {
|
||||
return value === true || value === "Y" || value === "y";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user