made submit message on add more logical
This commit is contained in:
parent
a388e2629d
commit
fa2180f603
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ export class AddDataComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
transactionFormValidate() {
|
transactionFormValidate() {
|
||||||
|
this.transactionFormStatus = null;
|
||||||
if (this.submitOrg.name.length &&
|
if (this.submitOrg.name.length &&
|
||||||
this.amount &&
|
this.amount &&
|
||||||
(this.recurringPurchase &&
|
(this.recurringPurchase &&
|
||||||
|
|
Reference in a new issue