Ignore:
Timestamp:
10 Jul 2022, 11:47:16 (2 years ago)
Author:
Henrik Bettermann
Message:

Disable applicant balance payments in base package completely.

File:
1 edited

Legend:

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

    r17016 r17018  
    10861086        return
    10871087
    1088     def test_pay_balance(self):
     1088    # It was only enabled during implementation of balance payments
     1089    def disabled_test_pay_balance(self):
    10891090        # Managers can make balance payment
    10901091        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
Note: See TracChangeset for help on using the changeset viewer.