Fixes to receipt form

This commit is contained in:
piratefinn 2017-09-15 16:50:53 +01:00
parent 70be2cbc2b
commit f34c558d41
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
# Next Release
* Fixed register box view on login page
* Made the form reset properly if adding a new one
# v0.0.1

View file

@ -239,6 +239,7 @@ export class AddDataComponent {
this.storeList = null;
this.amount = null;
this.transactionFormInvalid = true;
this.showAddStore = false;
}
onSubmitPayroll() {