mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fixing style errors.
This commit is contained in:
@@ -41,12 +41,12 @@ function recruitmentCandidaturePrepareHead($object)
|
||||
$head[$h][2] = 'card';
|
||||
$h++;
|
||||
|
||||
// if ($conf->global->MAIN_FEATURES_LEVEL >= 2) {
|
||||
// $head[$h][0] = dol_buildpath("/recruitment/recruitmentrating_card.php", 1).'?id='.$object->id;
|
||||
// $head[$h][1] = $langs->trans("Rating");
|
||||
// $head[$h][2] = 'rating';
|
||||
// $h++;
|
||||
// }
|
||||
// if ($conf->global->MAIN_FEATURES_LEVEL >= 2) {
|
||||
// $head[$h][0] = dol_buildpath("/recruitment/recruitmentrating_card.php", 1).'?id='.$object->id;
|
||||
// $head[$h][1] = $langs->trans("Rating");
|
||||
// $head[$h][2] = 'rating';
|
||||
// $h++;
|
||||
// }
|
||||
|
||||
if (isset($object->fields['note_public']) || isset($object->fields['note_private'])) {
|
||||
$nbNote = 0;
|
||||
|
||||
Reference in New Issue
Block a user