Skip to content
Snippets Groups Projects
Commit 18fdb75c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Missing global

parent a9db42dd
Branches
Tags
No related merge requests found
...@@ -251,6 +251,8 @@ class PaiementFourn extends Paiement ...@@ -251,6 +251,8 @@ class PaiementFourn extends Paiement
*/ */
function delete($notrigger=0) function delete($notrigger=0)
{ {
global $conf, $user, $langs;
$bank_line_id = $this->bank_line; $bank_line_id = $this->bank_line;
$this->db->begin(); $this->db->begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment