Added address attribute rml-fibu-account

This commit is contained in:
Frank Schubert
2025-03-12 13:35:36 +01:00
parent 154ff4283c
commit 2d172e7336
2 changed files with 14 additions and 1 deletions

View File

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