FIX #5523
This commit is contained in:
parent
7e37cbb9e3
commit
c242e53db6
@ -144,7 +144,7 @@ if (! $action)
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
// Type
|
// Type
|
||||||
print '<tr><td width="20%">'.$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, 1);
|
$ret = $formresource->select_types_resource($object->fk_code_type_resource, 'fk_code_type_resource', '', 2, 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
@ -157,7 +157,7 @@ if (! $action)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
||||||
$doleditor = new DolEditor($field, $$field, 160, '', '', false);
|
$doleditor = new DolEditor('description', $description, '', '200', 'dolibarr_notes', false);
|
||||||
$doleditor->Create();
|
$doleditor->Create();
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user