daybook
This commit is contained in:
parent
2b29cbd9f0
commit
8680ffcc9d
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user