mode of payment done in student view

This commit is contained in:
gandhimathi 2018-03-12 11:03:43 +05:30
parent 68a745535f
commit 72b3cedc42

View File

@ -328,6 +328,8 @@
<th>Bill NO</th>
<th>Bill Amount</th>
<th>Bill Date</th>
<th>Receipt NO</th>
<th>Mode of Payment </th>
</tr>
</thead>
<tbody>
@ -335,6 +337,8 @@
<td>{{v.BillNO}}</td>
<td>{{v.BillAmount}}</td>
<td>{{v.BillDate}}</td>
<td>{{v.ReceiptNo}}</td>
<td>{{v.ModeOfPayment}}</td>
</tr>