- additional cleanup and validation / fixes

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-11 14:25:16 -04:00
parent 7c8f276bb0
commit 77c486b4c9
6 changed files with 66 additions and 28 deletions

View File

@@ -2224,6 +2224,10 @@
"job": {
"ro_number": "RO #"
}
},
"validation": {
"due_at_error_message": "The due date must be in the future!",
"remind_at_error_message": "The reminder date and time must be at least 30 minutes in the future!"
}
},
"menus": {

View File

@@ -2223,6 +2223,10 @@
"job": {
"ro_number": ""
}
},
"validation": {
"due_at_error_message": "",
"remind_at_error_message": ""
}
},
"menus": {

View File

@@ -2223,6 +2223,10 @@
"job": {
"ro_number": ""
}
},
"validation": {
"due_at_error_message": "",
"remind_at_error_message": ""
}
},
"menus": {