Ignore:
Timestamp:
10 Jun 2015, 07:20:39 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r13031 r13040  
    17541754
    17551755class PreviousPaymentAddFormPage(KofaAddFormPage):
    1756     """ Page to add an online payment ticket for previous sessions
     1756    """ Page to add an online payment ticket for previous sessions.
    17571757    """
    17581758    grok.context(IStudentPaymentsContainer)
     
    17921792
    17931793class BalancePaymentAddFormPage(KofaAddFormPage):
    1794     """ Page to add an online payment ticket for balance sessions
     1794    """ Page to add an online payment which can balance s previous session
     1795    payment.
    17951796    """
    17961797    grok.context(IStudentPaymentsContainer)
Note: See TracChangeset for help on using the changeset viewer.