Changeset 9081 for main/waeup.uniben/trunk/src
- Timestamp:
- 3 Aug 2012, 21:21:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r8955 r9081 241 241 if student.current_mode.endswith('_ft'): 242 242 #post-grad full-time students of all faculties 243 if stud ycourse.current_level in ('700','710','800','810','900','910'):243 if student.is_postgrad: 244 244 xmldict['institution_acct'] = '1012842833' 245 245 xmldict['institution_bank_id'] = '117' … … 259 259 elif student.current_mode.endswith('_pt'): 260 260 #post-grad part-time students of all faculties 261 if stud ycourse.current_level in ('700','710','800','810','900','910'):261 if student.is_postgrad: 262 262 xmldict['institution_acct'] = '0023708207' 263 263 xmldict['institution_bank_id'] = '72'
Note: See TracChangeset for help on using the changeset viewer.