Ignore:
Timestamp:
15 Dec 2016, 16:28:49 (8 years ago)
Author:
Henrik Bettermann
Message:

Disable previous session payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/viewlets.py

    r14035 r14347  
    2020from waeup.kofa.interfaces import REQUESTED
    2121from waeup.kofa.browser.viewlets import ManageActionButton
     22from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton
    2223from kofacustom.coewarri.students.interfaces import (
    2324    ICustomStudentStudyCourse, ICustomStudentStudyLevel)
     
    2930
    3031from kofacustom.nigeria.interfaces import MessageFactory as _
     32
     33class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton):
     34
     35    @property
     36    def target_url(self):
     37        return ''
Note: See TracChangeset for help on using the changeset viewer.