Changeset 16779 for main/waeup.aaue


Ignore:
Timestamp:
3 Feb 2022, 11:12:44 (3 years ago)
Author:
Henrik Bettermann
Message:

Remove 2nd bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r16778 r16779  
    6060
    6161def contr_agreement_applicant(applicant):
    62     if applicant.__parent__ in (
     62    if applicant.__parent__.prefix in (
    6363        'fp',
    6464        'ptee',
     
    109109        provider_amt = 2000.0
    110110        fedex_amt = 0.0
    111         if contr_agreement_applicant(self.context.__parent__) == 'first':
     111        if contr_agreement_applicant(self.applicant) == 'first':
    112112            self.product_id = PRODUCT_ID_PT
    113113            self.pay_item_id = '101'
Note: See TracChangeset for help on using the changeset viewer.