added invoice addr to shipping note pdf

This commit is contained in:
Luca Haid
2025-01-13 11:30:49 +01:00
parent 101cd50261
commit 65755afd2d
2 changed files with 14 additions and 0 deletions
@@ -59,12 +59,21 @@
<table style="width: 100%; border-collapse: collapse;">
<tr>
<td class="customer-details">
<div>Lieferadresse</div>
<div>{{ addressLine_1 }}</div>
<div>{{ addressLine_2 }}</div>
<div>{{ addressLine_3 }}</div>
<div>{{ addressLine_4 }}</div>
<div>{{ addressLine_5 }}</div>
</td>
<td class="customer-details">
<div>Rechnungsadresse</div>
<div>{{ billingAddressLine_1 }}</div>
<div>{{ billingAddressLine_2 }}</div>
<div>{{ billingAddressLine_3 }}</div>
<div>{{ billingAddressLine_4 }}</div>
<div>{{ billingAddressLine_5 }}</div>
</td>
<td style="float: right">
<table class="info-table">
<tr>