Transaction fix added

This commit is contained in:
piratefinn 2017-11-13 13:05:42 +00:00
parent 03299fb5a8
commit a5b73c7e59

View file

@ -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;