payofmode add

This commit is contained in:
venbatechnologies@gmail.com 2018-10-08 17:56:56 +05:30
parent 8871604896
commit 7af5778e54

View File

@ -228,6 +228,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>
@ -268,6 +270,18 @@
</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">