Changeset 18121 for main


Ignore:
Timestamp:
12 Jul 2025, 07:33:47 (33 hours ago)
Author:
Henrik Bettermann
Message:

... also for pg applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r18115 r18121  
    374374        if applicant.__parent__.prefix in ('pt', 'ptext', 'sandwich'):
    375375            provider_amt = 2000.0
    376         if applicant.__parent__.prefix.startswith('pg'):
    377             provider_amt = 2000.0
    378             inst_acct = "3000151027"
     376        #if applicant.__parent__.prefix.startswith('pg'):
     377        #    provider_amt = 2000.0
     378        #    inst_acct = "3000151027"
    379379        if self.context.p_item == 'Balance':
    380380            provider_amt = 0.0
Note: See TracChangeset for help on using the changeset viewer.