Changeset 16779
- Timestamp:
- 3 Feb 2022, 11:12:44 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16778 r16779 60 60 61 61 def contr_agreement_applicant(applicant): 62 if applicant.__parent__ in (62 if applicant.__parent__.prefix in ( 63 63 'fp', 64 64 'ptee', … … 109 109 provider_amt = 2000.0 110 110 fedex_amt = 0.0 111 if contr_agreement_applicant(self. context.__parent__) == 'first':111 if contr_agreement_applicant(self.applicant) == 'first': 112 112 self.product_id = PRODUCT_ID_PT 113 113 self.pay_item_id = '101'
Note: See TracChangeset for help on using the changeset viewer.