Fixes to receipt form
This commit is contained in:
parent
70be2cbc2b
commit
f34c558d41
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Next Release
|
# Next Release
|
||||||
|
|
||||||
* Fixed register box view on login page
|
* Fixed register box view on login page
|
||||||
|
* Made the form reset properly if adding a new one
|
||||||
|
|
||||||
# v0.0.1
|
# v0.0.1
|
||||||
|
|
||||||
|
|
|
@ -239,6 +239,7 @@ export class AddDataComponent {
|
||||||
this.storeList = null;
|
this.storeList = null;
|
||||||
this.amount = null;
|
this.amount = null;
|
||||||
this.transactionFormInvalid = true;
|
this.transactionFormInvalid = true;
|
||||||
|
this.showAddStore = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
onSubmitPayroll() {
|
onSubmitPayroll() {
|
||||||
|
|
Reference in a new issue