s1
This commit is contained in:
@@ -88,7 +88,7 @@ try {
|
||||
<tr class="text-center">
|
||||
<td><?php echo htmlspecialchars($emi['name']); ?></td>
|
||||
<td>$<?php echo number_format($emi['emiAmount'], 2); ?></td>
|
||||
<td><?php echo date('d M Y', strtotime($emi['emiDate'])); ?></td>
|
||||
<td><?php echo date('m/d/Y', strtotime($emi['emiDate'])); ?></td>
|
||||
<td>
|
||||
<?php if ($emi['payStatus'] == 0) : ?>
|
||||
<span class="badge bg-danger">Pending</span>
|
||||
|
||||
Reference in New Issue
Block a user