- Timestamp:
- 1 Sep 2020, 06:11:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/etranzact/browser.py
r16162 r16222 160 160 # and add the gateway amount. 161 161 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': 163 164 provider_amt = 5000.0 164 165 if not self.context.r_company: … … 222 223 # and add the gateway amount. 223 224 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': 225 227 provider_amt = 5000.0 226 228 if not self.context.r_company:
Note: See TracChangeset for help on using the changeset viewer.