other registration changes in student enrolment

This commit is contained in:
gandhimathi 2018-08-10 13:08:26 +05:30
parent 354b98462a
commit 7e33af3942
2 changed files with 1 additions and 2 deletions

View File

@ -440,7 +440,7 @@
</div>
<div class="container">
<div align="right">
<button type="submit" class="btn btn-sm btn-success" (click)="otherRegModal.show(); getOtherRegModelWindowDetails(app)"> Add Other Registration</button>
<button type="submit" class="btn btn-sm btn-success" (click)="otherRegModal.show();"> Add Other Registration</button>
<!--<button type="reset" class="btn btn-sm btn-danger"> Reset</button>-->
</div>
<table class="table table-bordered table-responsive">

View File

@ -102,7 +102,6 @@ export class StudentComponent implements OnInit {
}
// open student fees modal
getFeesModelWindowDetails(details) {
console.log(details)
this.feesModalData = details.feesDetails||null;
}
}