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

Disable balance payment.

File:
1 edited

Legend:

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

    r9527 r9870  
    1717##
    1818
    19 from waeup.kofa.students.viewlets import AddPreviousPaymentActionButton
     19from waeup.kofa.students.viewlets import (
     20    AddPreviousPaymentActionButton, AddBalancePaymentActionButton)
    2021
    2122class AddPreviousPaymentActionButton(AddPreviousPaymentActionButton):
     
    2425    def target_url(self):
    2526        return ''
     27
     28class AddBalancePaymentActionButton(AddBalancePaymentActionButton):
     29
     30    @property
     31    def target_url(self):
     32        return ''
Note: See TracChangeset for help on using the changeset viewer.