mode of payment done in student view

This commit is contained in:
gandhimathi 2018-03-12 11:03:26 +05:30
parent 3ff08e5cf0
commit 68a745535f

View File

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