daybookapprovalexpance payofmadeadd

This commit is contained in:
venbatechnologies@gmail.com 2018-10-08 17:49:39 +05:30
parent cf9d486081
commit 8871604896

View File

@ -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">