projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3092eea
)
Allows non interger amount in paiements.
author
Stéphane Jacob
<sj@m4x.org>
Sat, 16 Jun 2012 17:29:01 +0000
(19:29 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sat, 16 Jun 2012 17:29:01 +0000
(19:29 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/validations/paiements.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/validations/paiements.inc.php
b/include/validations/paiements.inc.php
index
0214520
..
2bf1a72
100644
(file)
--- a/
include/validations/paiements.inc.php
+++ b/
include/validations/paiements.inc.php
@@
-135,7
+135,7
@@
Si le télépaiement n'est pas lié à un groupe ou supérieur à 51 euros, lais
{
$this->titre = Env::v('pay_titre');
$this->site = Env::v('pay_site');
- $this->montant = Env::
i
('pay_montant');
+ $this->montant = Env::
t
('pay_montant');
$this->montant_min = Env::i('pay_montant_min');
$this->montant_max = Env::i('pay_montant_max');
$this->msg_reponse = Env::v('pay_msg_reponse');