Fixed Centering footer for Guest viewing invoices and quotes

This commit is contained in:
johnnyq
2023-07-11 13:47:13 -04:00
parent 13ebb6c627
commit cb20894fc0
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ if ($quote_status == "Draft" || $quote_status == "Sent" || $quote_status == "Vie
<hr class="mt-5">
<div style="text-center"><?php echo nl2br($config_quote_footer); ?></div>
<div class="text-center"><?php echo nl2br($config_quote_footer); ?></div>
</div>
</div>