From 268f58ca15d2e36a4b63eb4f87544528c61e1773 Mon Sep 17 00:00:00 2001 From: Mik13 Date: Sat, 1 Jan 2022 15:48:46 +0100 Subject: [PATCH] Correct senders address --- InvoicePlane_DIN5008B - paid.php | 2 +- InvoicePlane_DIN5008B.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InvoicePlane_DIN5008B - paid.php b/InvoicePlane_DIN5008B - paid.php index 7b7ce9c..46da675 100644 --- a/InvoicePlane_DIN5008B - paid.php +++ b/InvoicePlane_DIN5008B - paid.php @@ -79,7 +79,7 @@ table.item-table {
user_name) . ' - ' . htmlsc($invoice->user_address_1) . ' - ' . htmlsc($invoice->client_zip) . ' ' . htmlsc($invoice->client_city); + echo htmlsc($invoice->user_name) . ' - ' . htmlsc($invoice->user_address_1) . ' - ' . htmlsc($invoice->user_zip) . ' ' . htmlsc($invoice->user_city); ?>
diff --git a/InvoicePlane_DIN5008B.php b/InvoicePlane_DIN5008B.php index a2bddd2..a1da883 100644 --- a/InvoicePlane_DIN5008B.php +++ b/InvoicePlane_DIN5008B.php @@ -79,7 +79,7 @@ table.item-table {
user_name) . ' - ' . htmlsc($invoice->user_address_1) . ' - ' . htmlsc($invoice->client_zip) . ' ' . htmlsc($invoice->client_city); + echo htmlsc($invoice->user_name) . ' - ' . htmlsc($invoice->user_address_1) . ' - ' . htmlsc($invoice->user_zip) . ' ' . htmlsc($invoice->user_city); ?>