From 9c7a87aa23124c7336d37b0b49cbf0fb7a3596e3 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 19 Jan 2022 12:34:40 -0500 Subject: [PATCH] Partial Fix to # Invoice footer displaying everything on one line despite the fact that it is entered with a new lines under settings, Partially Fixes #300. Fixes the HTML Part but not the PDF part yet --- guest_view_invoice.php | 2 +- guest_view_quote.php | 2 +- invoice.php | 2 +- quote.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guest_view_invoice.php b/guest_view_invoice.php index c64c2621..5210af89 100644 --- a/guest_view_invoice.php +++ b/guest_view_invoice.php @@ -284,7 +284,7 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
-
+
diff --git a/guest_view_quote.php b/guest_view_quote.php index efb1c1e4..bab72d57 100644 --- a/guest_view_quote.php +++ b/guest_view_quote.php @@ -239,7 +239,7 @@ if(isset($_GET['quote_id'], $_GET['url_key'])){
-
+
diff --git a/invoice.php b/invoice.php index 5567a367..35663f33 100644 --- a/invoice.php +++ b/invoice.php @@ -379,7 +379,7 @@ if(isset($_GET['invoice_id'])){
-
+
diff --git a/quote.php b/quote.php index ecd803ba..44df4141 100644 --- a/quote.php +++ b/quote.php @@ -339,7 +339,7 @@ if(isset($_GET['quote_id'])){
-
+