Changeset 14347
- Timestamp:
- 15 Dec 2016, 16:28:49 (8 years ago)
- Location:
- main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r14344 r14347 72 72 p_current = True 73 73 academic_session = self._getSessionConfiguration(p_session) 74 if previous_session: 75 return _('Previous session payment not yet implemented.'), None 74 76 if academic_session == None: 75 77 return _(u'Session configuration object is not available.'), None -
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/viewlets.py
r14035 r14347 20 20 from waeup.kofa.interfaces import REQUESTED 21 21 from waeup.kofa.browser.viewlets import ManageActionButton 22 from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton 22 23 from kofacustom.coewarri.students.interfaces import ( 23 24 ICustomStudentStudyCourse, ICustomStudentStudyLevel) … … 29 30 30 31 from kofacustom.nigeria.interfaces import MessageFactory as _ 32 33 class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton): 34 35 @property 36 def target_url(self): 37 return ''
Note: See TracChangeset for help on using the changeset viewer.