fix warnings in task list
This commit is contained in:
parent
8cd4b0bc83
commit
db44f4082b
@ -863,7 +863,6 @@ if (!empty($arrayfields['t.tobill']['checked'])) {
|
|||||||
if (!empty($arrayfields['t.billed']['checked'])) {
|
if (!empty($arrayfields['t.billed']['checked'])) {
|
||||||
print_liste_field_titre($arrayfields['t.billed']['label'], $_SERVER["PHP_SELF"], "", "", $param, '', $sortfield, $sortorder, 'center ');
|
print_liste_field_titre($arrayfields['t.billed']['label'], $_SERVER["PHP_SELF"], "", "", $param, '', $sortfield, $sortorder, 'center ');
|
||||||
}
|
}
|
||||||
// Hook fields
|
|
||||||
$totalarray = array(
|
$totalarray = array(
|
||||||
'nbfield' => 0,
|
'nbfield' => 0,
|
||||||
'val' => array(
|
'val' => array(
|
||||||
@ -884,6 +883,7 @@ $totalarray = array(
|
|||||||
);
|
);
|
||||||
// Extra fields
|
// Extra fields
|
||||||
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
|
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
|
||||||
|
// Hook fields
|
||||||
$parameters = array(
|
$parameters = array(
|
||||||
'arrayfields' => $arrayfields,
|
'arrayfields' => $arrayfields,
|
||||||
'param' => $param,
|
'param' => $param,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user