auto generate fibu_num for billingaddresses
This commit is contained in:
@@ -176,8 +176,8 @@
|
||||
<th></th>
|
||||
</tr>
|
||||
<?php foreach(TT_ADDRESS_LINK_TYPES as $type): ?>
|
||||
<?php if(array_key_exists($type, $address->links)): ?>
|
||||
<?php foreach($address->links[$type] as $link): ?>
|
||||
<?php if(is_array($address->links_to) && array_key_exists($type, $address->links_to)): ?>
|
||||
<?php foreach($address->links_to[$type] as $link): ?>
|
||||
<tr>
|
||||
<td class="font-weight-bold"><?=__($type)?></td>
|
||||
<td><a href="<?=self::getUrl("Address", "view", ["id" => $link->address_id])?>"><?=$link->address->company?></a></td>
|
||||
|
||||
Reference in New Issue
Block a user