mode of payment done in student view
This commit is contained in:
parent
68a745535f
commit
72b3cedc42
@ -328,6 +328,8 @@
|
|||||||
<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>
|
||||||
@ -335,6 +337,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