This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user