fees changes in set fees

This commit is contained in:
gandhimathi 2018-05-16 18:40:26 +05:30
parent 93737eb77e
commit cdc94baeb1

View File

@ -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'">
&nbsp;
</a>
</td>