Transaction fix added
This commit is contained in:
parent
40ebfb3e9c
commit
e1230c770a
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ export class AddDataComponent implements OnInit {
|
||||||
town: '',
|
town: '',
|
||||||
postcode: '',
|
postcode: '',
|
||||||
};
|
};
|
||||||
this.storeList = null;
|
this.storeList = [];
|
||||||
this.amount = null;
|
this.amount = null;
|
||||||
this.transactionFormInvalid = true;
|
this.transactionFormInvalid = true;
|
||||||
this.showAddStore = false;
|
this.showAddStore = false;
|
||||||
|
|
Reference in a new issue