Merge branch 'fronkdev' into 'master'

Fixed billing delivery in Address/View

See merge request fronk/thetool!438
This commit is contained in:
Frank Schubert
2024-07-08 12:54:51 +00:00

View File

@@ -103,7 +103,7 @@
<td><?=($address->billing_type == "sepa") ? "SEPA Bankeinzug" : "Rechnung"?></td>
</tr><tr>
<th>Rechnungsversand</th>
<td><?=($address->billing_delivery == "paper") ? "POST" : "Email"?></td>
<td><?=($address->billing_delivery == "paper" || !$address->billing_delivery) ? "POST" : "Email"?></td>
</tr><tr>
<th>Kreditinstitut</th>
<td><?=$address->bank_account_bank?></td>