Skip to content

Commit

Permalink
Fixed Centering footer for Guest viewing invoices and quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed Jul 11, 2023
1 parent 13ebb6c commit cb20894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guest_view_invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

<hr class="mt-5">

<div style="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
<div class="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion guest_view_quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@

<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>

Expand Down

0 comments on commit cb20894

Please sign in to comment.