Skip to content

Commit

Permalink
Fix formatting issue in reports.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HashJProgramming committed Feb 9, 2024
1 parent 9d27721 commit 40edd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/views/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<td><?=$row['address']?></td>
<td><?=$row['phone']?></td>
<td><?=$row['type']?></td>
<td>₱<?=number_format($row['amount'], 2)?></td>
<td>₱<?=number_format($row['total'], 2)?></td>
<td>₱<?=number_format($row['amount'], 2)?></td>
<td><?=$row['start_date']?></td>
</tr>
<?php
Expand Down

0 comments on commit 40edd0f

Please sign in to comment.