set fees detals changes

This commit is contained in:
gandhimathi 2018-05-16 10:22:38 +05:30
parent 0b1800e29b
commit db8194fc24

View File

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