diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php index 413c77a6869..aa66cd77f0b 100644 --- a/htdocs/cashdesk/index_verif.php +++ b/htdocs/cashdesk/index_verif.php @@ -90,6 +90,7 @@ if ( $retour >= 0 ) else { $langs->load("errors"); + $langs->load("other"); $retour=$langs->trans("ErrorBadLoginPassword"); header ('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username); exit;