- Timestamp:
- 2 Jun 2012, 06:44:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r8453 r8595 64 64 """ 65 65 66 def getPaymentDetails(category, student):67 """ Get the payment dates of a student for the payment category68 specified.66 def setPaymentDetails(category, student): 67 """Create Payment object and set the payment data of a student for 68 the payment category specified. 69 69 70 70 """
Note: See TracChangeset for help on using the changeset viewer.