Skip to content

Commit 9491643

Browse files
committed
Fix issue where sometimes the due date is invisible when viewing an invoice from the guest link
1 parent 56feefe commit 9491643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guest_view_invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
</tr>
217217
<tr class="text-bold">
218218
<td>Due</td>
219-
<td class="text-right"><div class="<?php echo $invoice_color; ?>"><?php echo $invoice_due; ?></div></td>
219+
<td class="text-right"><?php echo $invoice_due; ?></td>
220220
</tr>
221221
</table>
222222
</div>

0 commit comments

Comments
 (0)