daybookapprovalexpance payofmadeadd
This commit is contained in:
parent
cf9d486081
commit
8871604896
@ -252,6 +252,8 @@
|
||||
<th ng-click="sort('TypeName')">Type
|
||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='TypeName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||
</th>
|
||||
<th>Mode of Payment</th>
|
||||
|
||||
<th>Amount
|
||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||
</th>
|
||||
@ -289,6 +291,20 @@
|
||||
<div class="containersPara">{{p.ReceiptNoComments}}</div> </td>
|
||||
|
||||
<td>{{p.TypeName}}</td>
|
||||
<td>
|
||||
<span ng-if="p.ModeOfPayment == null">
|
||||
CASH
|
||||
</span>
|
||||
<span ng-if="p.ModeOfPayment != ''">
|
||||
|
||||
{{p.ModeOfPayment}}
|
||||
|
||||
</span>
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td>{{p.Amount}}</td>
|
||||
<!-- <td>
|
||||
<div id="containersPara">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user