mode of payment field added in modal
This commit is contained in:
parent
f6a8144c4a
commit
d3552808b1
@ -24,6 +24,7 @@
|
||||
<th>Bill Date</th>
|
||||
<th>Bill Amount</th>
|
||||
<th>Receipt No</th>
|
||||
<th>Mode Of Payment</th>
|
||||
<th>Comments For Student</th>
|
||||
<th>Internal Comments</th>
|
||||
|
||||
@ -35,6 +36,7 @@
|
||||
<td>{{p.BillDate}}</td>
|
||||
<td>{{p.BillAmount}}</td>
|
||||
<td>{{p.ReceiptNo}}</td>
|
||||
<td>{{p.ModeOfPayment}}</td>
|
||||
<td>{{p.CommentsForStudent}}</td>
|
||||
<td>{{p.InternalComments}}</td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user