Ignore:
Timestamp:
5 Nov 2007, 11:09:51 (17 years ago)
Author:
Henrik Bettermann
Message:

dump all fields of applicants_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTables.py

    r2508 r2537  
    568568    key = "reg_no"
    569569    security = ClassSecurityInfo()
    570     export_keys = (
    571                    "reg_no",
    572                    "status",
    573                    "lastname",
    574                    "sex",
    575                    "date_of_birth",
    576                    "lga",
    577                    "email",
    578                    "phone",
    579                    "passport",
    580                    "entry_mode",
    581                    "pin",
    582                    "screening_type",
    583                    "registration_date",
    584                    "testdate",
    585                    "application_date",
    586                    "screening_date",
    587                    "faculty",
    588                    "department",
    589                    "course1",
    590                    "course2",
    591                    "course3",
    592                    "eng_score",
    593                    "subj1",
    594                    "subj1score",
    595                    "subj2",
    596                    "subj2score",
    597                    "subj3",
    598                    "subj3score",
    599                    "aggregate",
    600                    "course_admitted",
    601                    )
     570    #export_keys = (
     571    #               "reg_no",
     572    #               "status",
     573    #               "lastname",
     574    #               "sex",
     575    #               "date_of_birth",
     576    #               "lga",
     577    #               "email",
     578    #               "phone",
     579    #               "passport",
     580    #               "entry_mode",
     581    #               "pin",
     582    #               "screening_type",
     583    #               "registration_date",
     584    #               "testdate",
     585    #               "application_date",
     586    #               "screening_date",
     587    #               "faculty",
     588    #               "department",
     589    #               "course1",
     590    #               "course2",
     591    #               "course3",
     592    #               "eng_score",
     593    #               "subj1",
     594    #               "subj1score",
     595    #               "subj2",
     596    #               "subj2score",
     597    #               "subj3",
     598    #               "subj3score",
     599    #               "aggregate",
     600    #               "course_admitted",
     601    #               )
    602602    def __init__(self,name=None):
    603603        if name ==  None:
Note: See TracChangeset for help on using the changeset viewer.