payofmode add
This commit is contained in:
parent
8871604896
commit
7af5778e54
@ -228,6 +228,8 @@
|
|||||||
<th ng-click="sort('TypeName')">Type
|
<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>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='TypeName'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
|
<th>Mode of Payment</th>
|
||||||
|
|
||||||
<th>Amount
|
<th>Amount
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
@ -268,6 +270,18 @@
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>{{p.TypeName}}</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>{{p.Amount}}</td>
|
||||||
<!-- <td>
|
<!-- <td>
|
||||||
<div id="containersPara">
|
<div id="containersPara">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user