This commit is contained in:
venbatechnologies@gmail.com 2018-10-26 15:23:33 +05:30
parent 2b29cbd9f0
commit 8680ffcc9d
2 changed files with 7 additions and 0 deletions

View File

@ -187,6 +187,8 @@
<th style="width: 7%">Reason
</th>
<th>Fee Collected by</th>
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
</th>
@ -220,6 +222,7 @@
<div class="containersPara"> {{p.ReceiptNoComments}}{{p.Description}}</div>
</td>
<td>{{p.Reason}}</td>
<td>{{p.Fname}}</td>
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
- </td>-->
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>

View File

@ -182,6 +182,8 @@
<th style="width: 7%">Reason
</th>
<th>Fee Collected by</th>
<th class="center" ng-click="sort('Status')" style="width: 7.5%">Status
</th>
@ -215,6 +217,8 @@
<td>
<div class="containersPara"><span style="white-space:pre-wrap;">{{p.ReceiptNoComments}}{{p.Description}}</span></div> </td>
<td>{{p.Reason}}</td>
<td>{{p.Fname}}</td>
<!--<td class="center" tooltip="{{p.Approval_Comments}}" ng-if="p.ListName == 'Income'">
- </td>-->
<td class="center" tooltip="{{p.Approval_Comments}}"><span ng-if="p.Status == 'Pending'" style="text-transform: uppercase; text-shadow: 1px 1px #286d5f; color: #55d4bb ">{{p.Status}}</span>