Changeset 8525 for main/waeup.kofa
- Timestamp:
- 26 May 2012, 06:48:58 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r8518 r8525 245 245 ) 246 246 247 application_fee = schema.Float( 248 title = _(u'Application Fee'), 249 default = 0.0, 250 required = False, 251 ) 252 247 253 def archive(id=None): 248 254 """Create on-dist archive of applicants stored in this term. -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r8524 r8525 670 670 self.app['configuration'].addSessionConfiguration(configuration) 671 671 self.browser.open(self.edit_path) 672 self.fill_correct_values()673 672 self.browser.getControl("Add online payment ticket").click() 674 673 self.assertMatches('...Payment ticket created...',
Note: See TracChangeset for help on using the changeset viewer.