Merge pull request #4231 from mrsof/patch-2

Typo
This commit is contained in:
Laurent Destailleur 2015-12-16 19:11:24 +01:00
commit 710a8bb6a9

View File

@ -996,7 +996,7 @@ class CommandeFournisseur extends CommonOrder
{
$result = -1;
$this->error = $langs->trans('NotAuthorized');
$this->errors[] = $lanfs->trans('NotAuthorized');
$this->errors[] = $langs->trans('NotAuthorized');
dol_syslog(get_class($this)."::commande User not Authorized", LOG_ERR);
}
return $result ;