Ignore:
Timestamp:
6 Jul 2021, 05:51:42 (3 years ago)
Author:
Henrik Bettermann
Message:

Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/payment.py

    r16526 r16527  
    147147    def doAfterPayment(self):
    148148        "Do after payment was made."
    149         return self.context.__parent__.doAfterApplicantPayment()
     149        return self.context.doAfterApplicantPayment()
    150150
    151151# Applicant online payments must be importable. So we might need a factory.
Note: See TracChangeset for help on using the changeset viewer.