other registration changes in student enrolment
This commit is contained in:
parent
354b98462a
commit
7e33af3942
@ -440,7 +440,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div align="right">
|
<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>-->
|
<!--<button type="reset" class="btn btn-sm btn-danger"> Reset</button>-->
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-bordered table-responsive">
|
<table class="table table-bordered table-responsive">
|
||||||
|
|||||||
@ -102,7 +102,6 @@ export class StudentComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
// open student fees modal
|
// open student fees modal
|
||||||
getFeesModelWindowDetails(details) {
|
getFeesModelWindowDetails(details) {
|
||||||
console.log(details)
|
|
||||||
this.feesModalData = details.feesDetails||null;
|
this.feesModalData = details.feesDetails||null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user