@@ -116,6 +116,7 @@ class Migration(migrations.Migration):
('minimum_balance',models.DecimalField(decimal_places=2,default=0,help_text='The minimal amount of money allowed for the balance at the end of a payment. You can specify negative amount.',max_digits=5,verbose_name='Minimum balance')),
('maximum_balance',models.DecimalField(decimal_places=2,default=50,help_text='The maximal amount of money allowed for the balance.',max_digits=5,verbose_name='Maximum balance',null=True,blank=True)),
('credit_balance_allowed',models.BooleanField(default=False,verbose_name='Allow user to credit their balance')),