Ignore:
Timestamp:
28 Feb 2009, 10:17:03 (16 years ago)
Author:
Henrik Bettermann
Message:

implement payment import

PatchExtendedWidgetsCPSDateTimeWidget.py: enable import of long DateTime? strings which are exported by csv writer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r3984 r3988  
    16681668    ###)
    16691669   
    1670     def getExportRemoveAllCourses(self,student_id,export=False,remove=False): ###(
     1670    def exportRemoveAllCourses(self,student_id,export=False,remove=False): ###(
    16711671        ""
    16721672        query = Eq('student_id',student_id)
     
    17971797
    17981798
    1799     def getExportRemoveAllPayments(self,student_id,export=False,remove=False): ###(
     1799    def exportRemoveAllPayments(self,student_id,export=False,remove=False): ###(
    18001800        ""
    18011801        query = Eq('student_id',student_id)
Note: See TracChangeset for help on using the changeset viewer.