fix warnings in task list

This commit is contained in:
Frédéric FRANCE 2021-10-24 14:26:43 +02:00
parent 8cd4b0bc83
commit db44f4082b
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -863,7 +863,6 @@ if (!empty($arrayfields['t.tobill']['checked'])) {
if (!empty($arrayfields['t.billed']['checked'])) {
print_liste_field_titre($arrayfields['t.billed']['label'], $_SERVER["PHP_SELF"], "", "", $param, '', $sortfield, $sortorder, 'center ');
}
// Hook fields
$totalarray = array(
'nbfield' => 0,
'val' => array(
@ -884,6 +883,7 @@ $totalarray = array(
);
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
// Hook fields
$parameters = array(
'arrayfields' => $arrayfields,
'param' => $param,