Added validation on jobline upsert modal. BOD-399

This commit is contained in:
Patrick Fic
2020-09-16 14:34:43 -07:00
parent 41432864e8
commit 0185a0ab93
5 changed files with 74 additions and 2 deletions

View File

@@ -750,6 +750,7 @@
"updated": "Job line updated successfully."
},
"validations": {
"hrsrequirediflbrtyp": "Labor hours are required if a labor type is selected. Clear the labor type if there are no labor hours.",
"zeropriceexistingpart": "This line cannot have any price since it uses an existing part."
}
},

View File

@@ -750,6 +750,7 @@
"updated": ""
},
"validations": {
"hrsrequirediflbrtyp": "",
"zeropriceexistingpart": ""
}
},

View File

@@ -750,6 +750,7 @@
"updated": ""
},
"validations": {
"hrsrequirediflbrtyp": "",
"zeropriceexistingpart": ""
}
},