Fix error on call function print_liste_field_titre

This commit is contained in:
Alexandre SPANGARO 2023-04-10 22:30:16 +02:00
parent 4158611ac1
commit 7fc2b2e8b1

View File

@ -1510,7 +1510,7 @@ if (!empty($arrayfields['s.import_key']['checked'])) {
}
// Action column
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
print_liste_field_titre(($mode != 'kanban' ? $selectedfields : ''), 0, $_SERVER["PHP_SELF"], "", '', '', '', $sortfield, $sortorder, 'center maxwidthsearch actioncolumn ');
print_liste_field_titre(($mode != 'kanban' ? $selectedfields : ''), $_SERVER["PHP_SELF"], "", '', '', '', $sortfield, $sortorder, 'center maxwidthsearch actioncolumn ');
$totalarray['nbfield']++; // For the column action
}
print '</tr>'."\n";