Added validating claiming hours using shop setting
This commit is contained in:
@@ -473,7 +473,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"nan": "Please make sure all fields have valid values.",
|
||||
"missingvalues": "Please make sure all fields have a value."
|
||||
"missingvalues": "Please make sure all fields have a value.",
|
||||
"hoursenteredmorethanavailable": "The number of hours entered is more than what is available for this cost center."
|
||||
},
|
||||
"titles": {
|
||||
"clockoff": "Clock Off"
|
||||
|
||||
@@ -473,7 +473,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"nan": "",
|
||||
"missingvalues": ""
|
||||
"missingvalues": "",
|
||||
"hoursenteredmorethanavailable": ""
|
||||
},
|
||||
"titles": {
|
||||
"clockoff": ""
|
||||
|
||||
@@ -473,7 +473,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"nan": "",
|
||||
"missingvalues": ""
|
||||
"missingvalues": "",
|
||||
"hoursenteredmorethanavailable": ""
|
||||
},
|
||||
"titles": {
|
||||
"clockoff": ""
|
||||
|
||||
Reference in New Issue
Block a user