mode of payment changes done
This commit is contained in:
parent
53adc117dc
commit
3ff08e5cf0
@ -475,6 +475,7 @@
|
|||||||
<th>Bill Date</th>
|
<th>Bill Date</th>
|
||||||
<th>Bill Amount</th>
|
<th>Bill Amount</th>
|
||||||
<th>Receipt NO</th>
|
<th>Receipt NO</th>
|
||||||
|
<th>Mode of Payment </th>
|
||||||
<th>Print</th>
|
<th>Print</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -484,6 +485,8 @@
|
|||||||
<td>{{v.BillDate}}</td>
|
<td>{{v.BillDate}}</td>
|
||||||
<td>{{v.BillAmount}}</td>
|
<td>{{v.BillAmount}}</td>
|
||||||
<td>{{v.ReceiptNo}}</td>
|
<td>{{v.ReceiptNo}}</td>
|
||||||
|
<td>{{v.ModeOfPayment}}</td>
|
||||||
|
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user