From 011f0fbb0bd05c089f3b8b1607e0419a346e52bb Mon Sep 17 00:00:00 2001 From: Sof Date: Tue, 15 Dec 2015 14:04:52 +0100 Subject: [PATCH] FIX : Typo error --- htdocs/fourn/class/fournisseur.commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 1888cdc8adc..236eca113ff 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -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 ;