Changeset 9872


Ignore:
Timestamp:
12 Jan 2013, 07:10:56 (12 years ago)
Author:
Henrik Bettermann
Message:

Disable balance payment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/src/waeup/futminna/students/viewlets.py

    r9523 r9872  
    2121    FileDisplay, FileUpload, Image)
    2222from waeup.kofa.students.browser import ExportPDFClearanceSlipPage
    23 from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton
     23from waeup.kofa.students.viewlets import (
     24    AddPreviousPaymentActionButton, AddBalancePaymentActionButton)
    2425
    2526from kofacustom.nigeria.interfaces import MessageFactory as _
     
    2728
    2829class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton):
     30
     31    @property
     32    def target_url(self):
     33        return ''
     34
     35class AddBalancePaymentActionButton(AddBalancePaymentActionButton):
    2936
    3037    @property
Note: See TracChangeset for help on using the changeset viewer.