contracts can be added and saved

This commit is contained in:
Frank Schubert
2022-11-10 21:30:58 +01:00
parent e71126c8bf
commit e70adc0fa9
7 changed files with 391 additions and 25 deletions

View File

@@ -262,7 +262,7 @@
<th></th>
</tr>
<?php foreach(TT_ADDRESS_LINK_TYPES as $type): ?>
<?php if(array_key_exists($type, $address->links)): ?>
<?php if(is_array($address->links) && count($address->links) && array_key_exists($type, $address->links)): ?>
<?php foreach($address->links[$type] as $link): ?>
<tr>
<td class="font-weight-bold"><?=__($type)?></td>