Removed useless translation key

This commit is contained in:
Laurent Destailleur 2014-05-10 15:50:32 +02:00
parent eb32094864
commit 33fe18490a
2 changed files with 1 additions and 5 deletions

View File

@ -186,10 +186,7 @@ if ($holiday_payes == '-1')
{
print_fiche_titre($langs->trans('CPTitreMenu'));
print '<div class="tabBar">';
print '<span>'.$langs->trans('CPErrorSQL');
print ' '.$holiday->error.'</span>';
print '</div>';
dol_print_error($db, $langs->trans('Error').' '.$holiday->error);
exit();
}

View File

@ -8,7 +8,6 @@ NotActiveModCP=You must enable the module holidays to view this page.
NotConfigModCP=You must configure the module holidays to view this page. To do this, <a href="./admin/holiday.php?leftmenu=setup&mainmenu=home" style="font-weight: normal; color: red; text-decoration: underline;"> click here </ a>.
NoCPforUser=You don't have a demand for holidays.
AddCP=Apply for holidays
CPErrorSQL=An SQL error occurred:
Employe=Employee
DateDebCP=Start date
DateFinCP=End date