Changeset 6903 for main/waeup.custom/trunk/src/waeup/custom/students
- Timestamp:
- 16 Oct 2011, 09:11:59 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom/students
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/students/browser.py
r6902 r6903 22 22 payment.surcharge_3) = getPaymentDetails( 23 23 data['p_category'],self.context.__parent__) 24 import pdb; pdb.set_trace()25 24 if payment.amount_auth == 0: 26 25 self.flash('Payment amount could not be determined.') -
main/waeup.custom/trunk/src/waeup/custom/students/tests.py
r6902 r6903 1 from waeup. sirp.testing import FunctionalLayer1 from waeup.custom.testing import FunctionalLayer 2 2 from waeup.sirp.students.tests.test_browser import StudentsFullSetup 3 3
Note: See TracChangeset for help on using the changeset viewer.