fees changes in set fees
This commit is contained in:
parent
93737eb77e
commit
cdc94baeb1
@ -403,11 +403,11 @@
|
||||
<!-- <td>{{p.Waiver}}</td>-->
|
||||
<td>{{p.PayableFees}}</td>
|
||||
<td>
|
||||
<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 ng-if="p.PaidStatus ==0 && 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 && 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 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.PaidStatus !=0 && userType=='R002'">
|
||||
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user