finance logging

remotes/origin/yandex_rebiling
Andrey 8 years ago
parent 422b98f2d7
commit e238a72eed
  1. 2
      finance/models.py

@ -174,7 +174,7 @@ class InvoiceRebilling(Invoice):
price=self.price, price=self.price,
rebilling_on=False, rebilling_on=False,
key=self.key, key=self.key,
expected_date=(timezone.now() + relativedelta(months=idx+1)), expected_date=(timezone.now() + relativedelta(minutes=idx+1)),
) )
class Meta: class Meta:

Loading…
Cancel
Save