Correct senders address

This commit is contained in:
Mik13 2022-01-01 15:48:46 +01:00
parent 94212d78e6
commit 268f58ca15
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ table.item-table {
<div id="client"> <div id="client">
<div id="sichtfenster-absender"> <div id="sichtfenster-absender">
<?php <?php
echo htmlsc($invoice->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);
?> ?>
<hr /> <hr />
</div> </div>

View file

@ -79,7 +79,7 @@ table.item-table {
<div id="client"> <div id="client">
<div id="sichtfenster-absender"> <div id="sichtfenster-absender">
<?php <?php
echo htmlsc($invoice->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);
?> ?>
<hr /> <hr />
</div> </div>