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