FIX : Typo error
This commit is contained in:
parent
af85ade7ff
commit
011f0fbb0b
@ -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 ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user