Fix issue where sometimes the due date is invisible when viewing an invoice from the guest link

This commit is contained in:
johnnyq 2024-10-28 13:32:41 -04:00
parent 56feefe612
commit 9491643a4b
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ if ($balance > 0) {
</tr>
<tr class="text-bold">
<td>Due</td>
<td class="text-right"><div class="<?php echo $invoice_color; ?>"><?php echo $invoice_due; ?></div></td>
<td class="text-right"><?php echo $invoice_due; ?></td>
</tr>
</table>
</div>