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