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); ?>