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