From 18fdb75c98fc4c2ef5f5ed4b80fdf67c4023ad79 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 23 Dec 2015 20:02:15 +0100
Subject: [PATCH] Missing global

---
 htdocs/fourn/class/paiementfourn.class.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
index 7ca6e2c305c..bfdfea41fe4 100644
--- a/htdocs/fourn/class/paiementfourn.class.php
+++ b/htdocs/fourn/class/paiementfourn.class.php
@@ -251,6 +251,8 @@ class PaiementFourn extends Paiement
 	 */
 	function delete($notrigger=0)
 	{
+	    global $conf, $user, $langs;
+	    
 		$bank_line_id = $this->bank_line;
 
 		$this->db->begin();
-- 
GitLab