FIX : Typo error

This commit is contained in:
Sof 2015-12-15 14:04:52 +01:00
parent af85ade7ff
commit 011f0fbb0b

View File

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