chnage some feaures
This commit is contained in:
@@ -92,7 +92,7 @@ try {
|
||||
<th>Installment</th>
|
||||
<th>Amount</th>
|
||||
<th>Date</th>
|
||||
<th>Payment Status</th>
|
||||
<th>Status</th>
|
||||
<th>Outstanding</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -103,7 +103,7 @@ try {
|
||||
<td><?= $emi['emiNumber']; ?></td>
|
||||
<td>$<?= number_format($emi['emiAmount'], 2); ?></td>
|
||||
<td><?= date('m/d/Y', strtotime($emi['emiDate'])); ?></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