This commit is contained in:
2021-04-16 21:54:57 +00:00
parent 0906bcd174
commit 5783882c02
3 changed files with 15 additions and 16 deletions

View File

@@ -721,6 +721,7 @@ export default {
// childRowErrorClass
// returns class to set on row if error exists for row
// else returns nothing
//( called by some forms but notably not the workorder or PO which have this built in)
//
childRowErrorClass(vm, collectionName, rowIndex) {
if (this.childRowHasError(vm, collectionName, rowIndex)) {