Changeset 14876 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 24 Oct 2017, 09:27:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14872 r14876 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. faccode == 'JUPEB':133 if self.context.student.faccode == 'JUPEB': 134 134 inst_acct = "0040217361038" 135 135 else:
Note: See TracChangeset for help on using the changeset viewer.