Changeset 9872 for main/waeup.futminna
- Timestamp:
- 12 Jan 2013, 07:10:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/students/viewlets.py
r9523 r9872 21 21 FileDisplay, FileUpload, Image) 22 22 from waeup.kofa.students.browser import ExportPDFClearanceSlipPage 23 from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton 23 from waeup.kofa.students.viewlets import ( 24 AddPreviousPaymentActionButton, AddBalancePaymentActionButton) 24 25 25 26 from kofacustom.nigeria.interfaces import MessageFactory as _ … … 27 28 28 29 class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton): 30 31 @property 32 def target_url(self): 33 return '' 34 35 class AddBalancePaymentActionButton(AddBalancePaymentActionButton): 29 36 30 37 @property
Note: See TracChangeset for help on using the changeset viewer.