mirror of https://github.com/itflow-org/itflow
Fix issue where sometimes the due date is invisible when viewing an invoice from the guest link
This commit is contained in:
parent
56feefe612
commit
9491643a4b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue