Fixed billing delivery in Address/View

This commit is contained in:
Frank Schubert
2024-07-08 14:53:47 +02:00
parent 9f8d77f34f
commit 5da539a4d2

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>