Changeset 14902 for main/waeup.uniben/trunk/src/waeup/uniben/remita
- Timestamp:
- 17 Nov 2017, 16:12:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14888 r14902 81 81 if student.current_mode == 'ug_pt': 82 82 return '2067091679' 83 if student. faccode == 'JUPEB':83 if student.is_jupeb: 84 84 return '1946888188' 85 85 if self.context.p_category == 'bed_allocation': … … 94 94 if student.current_mode.startswith('dp_'): 95 95 return '2067080314' 96 if student. faccode == 'JUPEB':96 if student.is_jupeb: 97 97 return '1947201668' 98 98 if student.is_postgrad: … … 131 131 provider_amt = self.dynamic_provider_amt(self.context.student) 132 132 inst_amt = self.context.amount_auth - provider_amt 133 if self.context.student. faccode == 'JUPEB'\133 if self.context.student.is_jupeb \ 134 134 or self.context.student.current_mode == 'dp_ft': 135 135 inst_acct = "0040217361038"
Note: See TracChangeset for help on using the changeset viewer.