X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=ad19d20692849ed500a454603a94b3d7d09c4bdd;hb=0017372a785187e14c68f2103dc1ba8f64eacf06;hp=7e2db82fd8a313e93462646451f40b0df5253038;hpb=42a50827dc2ac2b13ddaf77ea16c0989cd8b960d;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 7e2db82..ad19d20 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -1,6 +1,6 @@ montant_min = (float)$this->montant_min; $this->montant_max = (float)$this->montant_max; $this->flags = new Flagset($flags); - - return $link; } // }}}