chnage some feaures
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
<th>Amount</th>
|
||||
<th>Date</th>
|
||||
<th>Payment Date</th>
|
||||
<th>Payment Status</th>
|
||||
<th>Status</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -208,7 +208,7 @@
|
||||
<input value="<?= date('Y-m-d', strtotime($emi['emiDate'])); ?>" id="paymentDateId" class="form-control" type="date" />
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td>
|
||||
<td class="text-center">
|
||||
<span id="status-<?= $emi['id']; ?>" class="badge <?= $emi['payStatus'] == 0 ? 'bg-danger' : 'bg-success'; ?>">
|
||||
<?= $emi['payStatus'] == 0 ? 'Unpaid' : 'Paid'; ?>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user