set fees detals changes
This commit is contained in:
parent
0b1800e29b
commit
db8194fc24
@ -403,9 +403,11 @@
|
||||
<!-- <td>{{p.Waiver}}</td>-->
|
||||
<td>{{p.PayableFees}}</td>
|
||||
<td>
|
||||
<a ng-if="p.FeesPaidID =='' || p.FeesPaidID ==null" class="text-red" id="deleteRowBtn{{p.ID}}" tooltip="Delete" ng-click="deleteSetFees(user,p);"><b class="fa fa-hover fa-trash " aria-hidden="true"></b>
|
||||
<a ng-if="p.FeesPaidID =='' || p.FeesPaidID ==null && p.ExistValue=='0'" class="text-red" id="deleteRowBtn{{p.ID}}" tooltip="Delete" ng-click="deleteSetFees(user,p);"><b class="fa fa-hover fa-trash " aria-hidden="true"></b>
|
||||
</a>
|
||||
<a ng-if="p.FeesPaidID !='' && p.FeesPaidID !=null">
|
||||
<a ng-if="p.FeesPaidID =='' || p.FeesPaidID ==null && p.ExistValue=='1' && userType!='R002'" class="text-red" id="deleteRowBtn{{p.ID}}" tooltip="Delete" ng-click="deleteSetFees(user,p);"><b class="fa fa-hover fa-trash " aria-hidden="true"></b>
|
||||
</a>
|
||||
<a ng-if="p.FeesPaidID !='' && p.FeesPaidID !=null">
|
||||
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user