|
@@ -123,7 +123,7 @@ foreach ($object->fields as $key => $val) {
|
|
|
'checked'=>(($visible < 0) ? 0 : 1),
|
|
|
'enabled'=>($visible != 3 && dol_eval($val['enabled'], 1)),
|
|
|
'position'=>$val['position'],
|
|
|
- 'help'=>$val['help']
|
|
|
+ 'help'=> isset($val['help']) ? $val['help'] : 'help'
|
|
|
);
|
|
|
}
|
|
|
}
|