Changeset 18143 for main/kofacustom.unidel/trunk/src/kofacustom
- Timestamp:
- 30 Jul 2025, 09:52:58 (36 hours ago)
- Location:
- main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interfaces.py
r18046 r18143 150 150 ) 151 151 152 trcn_nce_fee = schema.Float( 153 title = _(u'NCE TRCN Induction License Fee'), 154 default = 0.0, 155 required = False, 156 ) 157 158 trcn_degree_fee = schema.Float( 159 title = _(u'Degree TRCN Induction License Fee'), 160 default = 0.0, 161 required = False, 162 ) 163 152 164 def getSessionString(): 153 165 """Returns the session string from the vocabulary. -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r18106 r18143 161 161 xmldict['institution_bank_id'] = '129' 162 162 provider_amt = 2000.0 163 elif self.context.p_category.startswith('trcn'): 164 xmldict['institution_acct'] = '1010957205' 165 xmldict['institution_bank_id'] = '117' 166 provider_amt = 500.0 163 167 elif self.context.p_category.startswith('union'): 164 168 xmldict['institution_acct'] = '1011438901' -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r18046 r18143 45 45 'union': 'Student Union Due', 46 46 'siwes': 'SIWES', 47 'trcn_nce': 'NCE TRCN Induction / License Fees', 48 'trcn_degree': 'DEGREE TRCN Induction / License Fees', 47 49 } 48 50 … … 61 63 'siwes': 'SIWES', 62 64 #'union': 'Student Union Due', 65 'trcn_nce': 'NCE TRCN Induction / License Fees', 66 'trcn_degree': 'DEGREE TRCN Induction / License Fees', 63 67 } 64 68
Note: See TracChangeset for help on using the changeset viewer.