session changes in fees screen

This commit is contained in:
gandhimathi 2018-02-26 18:56:43 +05:30
parent ba7e6d6866
commit 404724bbb6

View File

@ -107,7 +107,7 @@
<th>Mobile Number</th>
<th>University</th>
<th>Course</th>
<th>Batch</th>
<th>Session</th>
<th>Action</th>
<th></th>
@ -119,7 +119,7 @@
<td><a tooltip="View Student" class="text-dark" ng-click="open(user);">{{user.MobileNumber}}</a></td>
<td>{{user.UniversityName}}</td>
<td>{{user.CourseName}}</td>
<td>{{user.BatchName}}</td>
<td>{{user.SessionName}}</td>
<td>
<input type="button" class="btn btn-info btn-xs btn-transparent tooltips" tooltip-placement="bottom" tooltip="Click To Set Fees" id="setRow{{user.ID}}" value="Set Fees" ng-click="setFees(user)">
</td>