class methods for oblig. and contract amount total
This commit is contained in:
@@ -159,7 +159,6 @@ export default {
|
||||
|
||||
_isValid: function(value) {
|
||||
let valid = this._validate(value)
|
||||
|
||||
if (!this.modified && this.initialErrors && this.initialErrors.length) {
|
||||
valid = false
|
||||
} else if (this.optional && value === '') {
|
||||
|
Reference in New Issue
Block a user