From 002a93ab6f060ec79b0f83a892c1a090942393f0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 9 Dec 2004 16:35:06 +0000 Subject: [PATCH] BugFix --- htdocs/includes/modules/modFacture.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index 6dac0d983f4..263c649ce96 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -146,7 +146,7 @@ class modFacture extends DolibarrModules $this->rights[1][2] = 'a'; $this->rights[1][3] = 0; - $this->rights[2][0] = 11; + $this->rights[2][0] = 12; $this->rights[2][1] = 'Créer/modifier les factures'; $this->rights[2][2] = 'a'; $this->rights[2][3] = 0;