Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
067387c5
Commit
067387c5
authored
Jul 01, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction typo sur le montant max rechargeable en liquide
parent
f28274b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comptoir/frontend.inc.php
comptoir/frontend.inc.php
+1
-1
No files found.
comptoir/frontend.inc.php
View file @
067387c5
...
...
@@ -373,7 +373,7 @@ else if ( $_REQUEST["page"] == "confirmrech" && count($site->comptoir->operateur
elseif
(
$id_typepaie
==
PAIE_CHEQUE
&&
$montant
<
500
)
$RechargementErreur
=
"Montant du chèque trop faible : 5 Euros minimum (et 100 Euros maximum) par chèque."
;
elseif
(
$id_typepaie
==
PAIE_ESPECS
&&
$montant
>
5000
0
)
elseif
(
$id_typepaie
==
PAIE_ESPECS
&&
$montant
>
5000
)
$RechargementErreur
=
"Montant en espèces trop important : 50 Euros maximum (et 2 Euros minimum) par espèces."
;
elseif
(
$id_typepaie
==
PAIE_ESPECS
&&
$montant
<
200
)
$RechargementErreur
=
"Montant en espèces trop faible : 2 Euros minimum (et 50 Euros maximum) par espèces."
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment