Changeset 13040 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 10 Jun 2015, 07:20:39 (9 years ago)
- 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 1754 1754 1755 1755 class PreviousPaymentAddFormPage(KofaAddFormPage): 1756 """ Page to add an online payment ticket for previous sessions 1756 """ Page to add an online payment ticket for previous sessions. 1757 1757 """ 1758 1758 grok.context(IStudentPaymentsContainer) … … 1792 1792 1793 1793 class 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. 1795 1796 """ 1796 1797 grok.context(IStudentPaymentsContainer) -
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r13031 r13040 376 376 def setPaymentDetails(self, category, student, 377 377 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. 381 380 """ 382 381 p_item = u''
Note: See TracChangeset for help on using the changeset viewer.