Added address attribute rml-fibu-account

This commit is contained in:
Frank Schubert
2025-03-12 13:36:59 +01:00
parent 2d172e7336
commit eb085ec6d4

View File

@@ -181,7 +181,7 @@
<th>RTR Code</th>
<td><?=(is_array($address->attributes) && array_key_exists("rtrcode", $address->attributes)) ? $address->attributes['rtrcode']->value : ""?></td>
</tr>
<?php if(is_array($address->attributes) && array_key_exists("rtrcode", $address->attributes)): ?>
<?php if(is_array($address->attributes) && array_key_exists("rtrcode", $address->attributes) && $address->attributes['rml-fibu-account']->value): ?>
<tr>
<th>RML FIBU Konto</th>
<td><?=$address->attributes['rml-fibu-account']->value?></td>