- Timestamp:
- 15 Mar 2025, 23:59:29 (20 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
r17933 r18046 144 144 ) 145 145 146 siwes_fee = schema.Float( 147 title = _(u'SIWES Fee'), 148 default = 0.0, 149 required = False, 150 ) 146 151 147 152 def getSessionString(): -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r18026 r18046 154 154 xmldict['institution_acct'] = '1005399320' 155 155 xmldict['institution_bank_id'] = '8' 156 elif self.context.p_category == 'siwes': 157 xmldict['institution_acct'] = '2000092025' 158 xmldict['institution_bank_id'] = '8' 156 159 elif self.context.p_category.startswith('transcript'): 157 160 xmldict['institution_acct'] = '0010494552' -
main/kofacustom.unidel/trunk/src/kofacustom/unidel/utils/utils.py
r17952 r18046 44 44 'ijmb_exam':'IJMB Examination Fees', 45 45 'union': 'Student Union Due', 46 'siwes': 'SIWES', 46 47 } 47 48 … … 58 59 'transcript_local': 'Transcript Fee Local Copy', 59 60 'transcript_inter': 'Transcript Fee International Copy', 61 'siwes': 'SIWES', 60 62 #'union': 'Student Union Due', 61 63 }
Note: See TracChangeset for help on using the changeset viewer.