mode of payment changes done

This commit is contained in:
gandhimathi 2018-03-12 10:59:04 +05:30
parent 53adc117dc
commit 3ff08e5cf0

View File

@ -475,6 +475,7 @@
<th>Bill Date</th>
<th>Bill Amount</th>
<th>Receipt NO</th>
<th>Mode of Payment </th>
<th>Print</th>
</tr>
</thead>
@ -484,6 +485,8 @@
<td>{{v.BillDate}}</td>
<td>{{v.BillAmount}}</td>
<td>{{v.ReceiptNo}}</td>
<td>{{v.ModeOfPayment}}</td>
<td>
<a tooltip="Click to print" ng-mouseleave="mouseLeave()" pdf-save-button="{{v.BillNO}}" pdf-name="Billno-{{v.BillNO}}.pdf" class="btn"><i class="fa fa-print" ng-click="ShowHide(v)"></i></a>