mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix : Evite le plantage si le montant vaut exactement le minimum
This commit is contained in:
parent
b8ab569a38
commit
e60196db9b
1 changed files with 1 additions and 2 deletions
|
@ -284,8 +284,7 @@ class RechargeForm(FormRevMixin, Form):
|
|||
"""
|
||||
value = forms.DecimalField(
|
||||
label=_("Amount"),
|
||||
min_value=0.01,
|
||||
validators=[]
|
||||
decimal_places=2,
|
||||
)
|
||||
payment = forms.ModelChoiceField(
|
||||
queryset=Paiement.objects.none(),
|
||||
|
|
Loading…
Reference in a new issue