From aa1ff28158bd8907df6290a6cb31f52a7aad687d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr>
Date: Wed, 23 Apr 2014 17:45:29 +0200
Subject: [PATCH] Qual: Missing global declaration

---
 htdocs/core/modules/rapport/pdf_paiement.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/core/modules/rapport/pdf_paiement.class.php b/htdocs/core/modules/rapport/pdf_paiement.class.php
index 3d3c45e1963..44946cdf38f 100644
--- a/htdocs/core/modules/rapport/pdf_paiement.class.php
+++ b/htdocs/core/modules/rapport/pdf_paiement.class.php
@@ -38,7 +38,7 @@ class pdf_paiement
 	 */
 	function __construct($db)
 	{
-		global $langs;
+		global $langs,$conf;
 		$langs->load("bills");
 		$langs->load("compta");
 
-- 
GitLab