Added address attribute rml-fibu-account
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user