You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# on the first debit initiation, set the mandate signing date
if not pmi.bank_account_date_of_signing:
pmi.bank_account_date_of_signing = date.today()
pmi.save()
payment_type = "FRST"
collection_date = date.today() + timedelta(days=+5)
else:
payment_type = "RCUR"
collection_date = date.today() + timedelta(days=+3)
+3 / +5 sollte Bankwerktage mitrechnen.
The text was updated successfully, but these errors were encountered:
members/views.py
+3 / +5 sollte Bankwerktage mitrechnen.
The text was updated successfully, but these errors were encountered: