Changeset 9871
- Timestamp:
- 12 Jan 2013, 07:10:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/viewlets.py
r9525 r9871 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.