Changeset 9873 for main/waeup.kwarapoly/trunk
- Timestamp:
- 12 Jan 2013, 07:11:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/viewlets.py
r9526 r9873 17 17 ## 18 18 19 from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton 19 from waeup.kofa.students.viewlets import ( 20 AddPreviousPaymentActionButton, AddBalancePaymentActionButton) 20 21 21 22 class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton): … … 24 25 def target_url(self): 25 26 return '' 27 28 class AddBalancePaymentActionButton(AddBalancePaymentActionButton): 29 30 @property 31 def target_url(self): 32 return ''
Note: See TracChangeset for help on using the changeset viewer.