mode of payment done in student view
This commit is contained in:
parent
3ff08e5cf0
commit
68a745535f
@ -32,6 +32,9 @@
|
|||||||
<th>Bill NO</th>
|
<th>Bill NO</th>
|
||||||
<th>Bill Amount</th>
|
<th>Bill Amount</th>
|
||||||
<th>Bill Date</th>
|
<th>Bill Date</th>
|
||||||
|
<th>Receipt NO</th>
|
||||||
|
<th>Mode of Payment </th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -39,6 +42,8 @@
|
|||||||
<td>{{v.BillNO}}</td>
|
<td>{{v.BillNO}}</td>
|
||||||
<td>{{v.BillAmount}}</td>
|
<td>{{v.BillAmount}}</td>
|
||||||
<td>{{v.BillDate}}</td>
|
<td>{{v.BillDate}}</td>
|
||||||
|
<td>{{v.ReceiptNo}}</td>
|
||||||
|
<td>{{v.ModeOfPayment}}</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user