We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06489c commit da8368aCopy full SHA for da8368a
profile-customer.php
@@ -126,7 +126,7 @@
126
echo '<td><img class="rounded-circle me-2" width="30" height="30" src="assets/img/profile.png">' . $row['fullname'] . '</td>';
127
echo '<td><img class="rounded-circle me-2" width="30" height="30" src="assets/img/profile.png">' . $row['username'] . '</td>';
128
echo '<td>' . $row['kilo'] . '</td>';
129
- echo '<td>' . $row['total'] . '</td>';
+ echo '<td>₱' . number_format($row['total'], 2) . '</td>';
130
echo '<td>' . $status. '</td>';
131
echo '<td>' . $row['created_at'] . '</td>';
132
echo '</tr>';
0 commit comments