Added billingaddress note in Address/View

This commit is contained in:
Frank Schubert
2024-07-08 15:03:00 +02:00
parent 6b62f6c149
commit fcbf35721e

View File

@@ -94,7 +94,7 @@
<?php endif; ?>
</td>
</tr><tr>
<td colspan="2"><h4>Verrechnungsdaten</h4></td>
<td colspan="2"><h4>Verrechnungsdaten<?=(array_key_exists("billing", $address->links) && is_array($address->links["billing"]) && count($address->links["billing"])) ? "(<span class='text-danger'>Achtung: Seperate Rechnungsadresse vorhanden</span>)" : ""?> </h4></td>
</tr><tr>
<th>UID</th>
<td><?=$address->uid?></td>