mode of payment field added in modal

This commit is contained in:
gandhimathi 2018-09-20 11:55:54 +05:30
parent f6a8144c4a
commit d3552808b1

View File

@ -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>