Changeset 5192 for WAeUP_SRP/trunk/WAeUPImport.py
- Timestamp:
- 13 May 2010, 17:55:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPImport.py
r5184 r5192 717 717 'wf_transition_pay_school_fee': 'close', 718 718 'wf_transition_validate_courses': 'close', 719 'wf_transition_reject_clearance': 'remain', 719 720 'fields': 720 721 ('jamb_reg_no', … … 741 742 'wf_transition_pay_school_fee': 'close', 742 743 'wf_transition_validate_courses': 'close', 744 'wf_transition_reject_clearance': 'open', 743 745 'fields': 744 746 ('matric_no', … … 760 762 'wf_transition_pay_school_fee': 'open', 761 763 'wf_transition_validate_courses': 'open', 764 'wf_transition_reject_clearance': 'remain', 762 765 'fields': 763 766 ('firstname', … … 780 783 'wf_transition_pay_school_fee': 'open', 781 784 'wf_transition_validate_courses': 'open', 785 'wf_transition_reject_clearance': 'remain', 782 786 'fields': 783 787 ('study_course', … … 797 801 'wf_transition_pay_school_fee': 'remain', 798 802 'wf_transition_validate_courses': 'remain', 803 'wf_transition_reject_clearance': 'remain', 799 804 'fields': 800 805 ('acco_maint_date', … … 818 823 'wf_transition_pay_school_fee': 'open', 819 824 'wf_transition_validate_courses': 'open', 825 'wf_transition_reject_clearance': 'remain', 820 826 'fields': 821 827 () … … 864 870 d = {} 865 871 transition = mapping.get('reg_transition','admit') 866 if transition not in ('admit','return','pay_school_fee','validate_courses','graduate' ):872 if transition not in ('admit','return','pay_school_fee','validate_courses','graduate','reject_clearance'): 867 873 msg = "no valid transition provided" 868 874 break
Note: See TracChangeset for help on using the changeset viewer.