This commit is contained in:
Laurent Destailleur 2022-06-22 22:24:48 +02:00
parent e9153cd9e1
commit 7bc0265a06

View File

@ -558,7 +558,7 @@ $parameters = array('arrayfields'=>$arrayfields, 'param'=>$param, 'sortfield'=>$
$reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object); // Note that $action and $object may have been modified by hook $reshook = $hookmanager->executeHooks('printFieldListTitle', $parameters, $object); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint; print $hookmanager->resPrint;
if (!empty($arrayfields['nbapplications']['checked'])) { if (!empty($arrayfields['nbapplications']['checked'])) {
print '<th class="liste_titre right">'.$langs->trans("Applications").'</th>'; print '<th class="liste_titre right">'.$langs->trans("RecruitmentCandidatures").'</th>';
$totalarray['nbfield']++; $totalarray['nbfield']++;
} }
// Action column // Action column