Ignore:
Timestamp:
1 Sep 2020, 06:11:13 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement Required Combi Payment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/etranzact/browser.py

    r16162 r16222  
    160160        # and add the gateway amount.
    161161        provider_amt = 0.0
    162         if self.context.p_category == 'registration':
     162        if self.context.p_category == 'registration' or \
     163            self.context.p_category == 'required_combi':
    163164            provider_amt = 5000.0
    164165        if not self.context.r_company:
     
    222223        # and add the gateway amount.
    223224        provider_amt = 0.0
    224         if self.context.p_category == 'registration':
     225        if self.context.p_category == 'registration'or \
     226            self.context.p_category == 'required_combi':
    225227            provider_amt = 5000.0
    226228        if not self.context.r_company:
Note: See TracChangeset for help on using the changeset viewer.