Update card.php
This commit is contained in:
parent
2f36354c8d
commit
3deec2c8c8
@ -313,7 +313,7 @@ if ($rowid && $action != 'edit')
|
|||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td class="titlefield">'.$langs->trans("Type").'</td>';
|
print '<td class="titlefield">'.$langs->trans("Type").'</td>';
|
||||||
print '<td class="valeur">';
|
print '<td class="valeur">';
|
||||||
if ( ! empty($object->fk_type) ) {
|
if ( ! empty($object->fk_type) ) {
|
||||||
$adht->fetch($object->fk_type);
|
$adht->fetch($object->fk_type);
|
||||||
print $adht->getNomUrl(1);
|
print $adht->getNomUrl(1);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user