Fixed developer intent

This commit is contained in:
Raphaël Doursenaud 2013-09-05 17:00:54 +02:00
parent 4efe215b0c
commit 8e6860ac72

View File

@ -638,7 +638,7 @@ if (empty($id) || $action == 'add' || $action == 'request')
case 'nodatedebut' :
$errors[] = $langs->trans('NoDateDebut');
break;
case 'nodatedebut' :
case 'nodatefin' :
$errors[] = $langs->trans('NoDateFin');
break;
case 'DureeHoliday' :
@ -808,7 +808,7 @@ else
case 'nodatedebut' :
$errors[] = $langs->transnoentitiesnoconv('NoDateDebut');
break;
case 'nodatedebut' :
case 'nodatefin' :
$errors[] = $langs->transnoentitiesnoconv('NoDateFin');
break;
case 'DureeHoliday' :