Changeset 3988 for WAeUP_SRP/trunk/WAeUPTables.py
- Timestamp:
- 28 Feb 2009, 10:17:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r3984 r3988 1668 1668 ###) 1669 1669 1670 def getExportRemoveAllCourses(self,student_id,export=False,remove=False): ###(1670 def exportRemoveAllCourses(self,student_id,export=False,remove=False): ###( 1671 1671 "" 1672 1672 query = Eq('student_id',student_id) … … 1797 1797 1798 1798 1799 def getExportRemoveAllPayments(self,student_id,export=False,remove=False): ###(1799 def exportRemoveAllPayments(self,student_id,export=False,remove=False): ###( 1800 1800 "" 1801 1801 query = Eq('student_id',student_id)
Note: See TracChangeset for help on using the changeset viewer.