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

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 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)
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r13031 r13040  
    376376    def setPaymentDetails(self, category, student,
    377377            previous_session, previous_level):
    378         """Create Payment object and set the payment data of a student for
    379         the payment category specified.
    380 
     378        """Create a payment ticket object and set the payment data of a
     379        student for the payment category specified.
    381380        """
    382381        p_item = u''
Note: See TracChangeset for help on using the changeset viewer.