Update define_holiday.php

This commit is contained in:
Laurent Destailleur 2017-10-03 16:22:25 +02:00 committed by GitHub
parent 0f194d6715
commit e43ac0c6c5

View File

@ -291,7 +291,7 @@ else
} }
else else
{ {
print_liste_field_titre('NoLeaveWithCounterDefined', $_SERVER["PHP_SELF"], '', '', '', ''); print_liste_field_titre("NoLeaveWithCounterDefined", $_SERVER["PHP_SELF"], '', '', '', '');
} }
print_liste_field_titre((empty($user->rights->holiday->define_holiday) ? '' : $langs->trans('Note')), $_SERVER["PHP_SELF"]); print_liste_field_titre((empty($user->rights->holiday->define_holiday) ? '' : $langs->trans('Note')), $_SERVER["PHP_SELF"]);
print_liste_field_titre(''); print_liste_field_titre('');