Changeset 16047
- Timestamp:
- 27 Mar 2020, 08:05:51 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r15999 r16047 118 118 self.pay_item_id = '102' 119 119 if self.context.p_category == 'registration': 120 provider_amt = 5000.0 121 if self.context.p_category in ( 122 'schoolfee', 'schoolfee40') and student.is_jupeb: 120 123 provider_amt = 5000.0 121 124 xmldict['provider_amt'] = 100 * provider_amt -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/student.py
r15563 r16047 43 43 return False 44 44 45 @property 46 def is_jupeb(self): 47 if self.faccode.startswith('JUPEB'): 48 return True 49 return False 50 45 51 46 52 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.