- Timestamp:
- 21 Dec 2011, 11:38:39 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r7421 r7424 585 585 self.assertTrue('Required input is missing' in self.browser.contents) 586 586 self.fill_correct_values() 587 # We have to save the form otherwise the filled fields will be cleared587 # We have to save the form otherwise the filled fields will be cleared 588 588 # after adding an online payment, because adding an online payment 589 589 # requires a filled form but does not save it -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r7414 r7424 1196 1196 form_fields = grok.AutoFields(IStudentOnlinePayment).select( 1197 1197 'p_category') 1198 #zzgrok.template('addpaymentpage')1199 1198 label = 'Add online payment' 1200 1199 title = 'Payments'
Note: See TracChangeset for help on using the changeset viewer.