Table editor fills the new entry form with the default values of the fields
[platal.git] / modules / payment / money.inc.php
index 7e2db82..94e71ff 100644 (file)
@@ -50,8 +50,6 @@ class Payment
         $this->montant_min = (float)$this->montant_min;
         $this->montant_max = (float)$this->montant_max;
         $this->flags       = new Flagset($flags);
-
-        return $link;
     }
 
     // }}}