Fix warning
This commit is contained in:
parent
a6847e9edc
commit
cf1ff1e1f6
@ -225,7 +225,7 @@ if ($action == 'create' || $object->fetch($id, $ref) > 0) {
|
|||||||
// Type
|
// Type
|
||||||
print '<tr><td>'.$langs->trans("ResourceType").'</td>';
|
print '<tr><td>'.$langs->trans("ResourceType").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$ret = $formresource->select_types_resource($object->fk_code_type_resource, 'fk_code_type_resource', '', 2);
|
$formresource->select_types_resource($object->fk_code_type_resource, 'fk_code_type_resource', '', 2);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Description
|
// Description
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user