Transaction fix added

This commit is contained in:
piratefinn 2017-11-13 13:05:42 +00:00
parent 40ebfb3e9c
commit e1230c770a

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;