Changeset 13756 for main/waeup.uniben/trunk/src/waeup/uniben/students/tests
- Timestamp:
- 1 Mar 2016, 22:21:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r13723 r13756 506 506 # Add penalty fee ... 507 507 # ... for cleared 508 self.app['configuration']['2004'].penalty_ug = 99.0508 self.app['configuration']['2004'].penalty_ug_ft = 99.0 509 509 # ... for returning 510 self.app['configuration']['2005'].penalty_ug = 88.0510 self.app['configuration']['2005'].penalty_ug_ft = 88.0 511 511 error, payment = utils.setPaymentDetails('schoolfee', 512 512 self.student, None, None)
Note: See TracChangeset for help on using the changeset viewer.