Ignore:
Timestamp:
8 Nov 2007, 10:14:35 (17 years ago)
Author:
Henrik Bettermann
Message:

Ziwschenversion

Ich arbeite noch an layout_application_edit.pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/logged_in.py

    r2489 r2579  
    149149        # 1. add pin and application date to app_doc
    150150
    151         if s_review_state in ("student_created","admitted") and\
    152                              a_review_state == 'created' :
     151        if s_review_state == "student_created":
     152            wftool.doActionFor(student,'admit')
     153            s_review_state = 'admitted'       
     154
     155        if s_review_state == "admitted" and a_review_state == 'created':
    153156            wftool.doActionFor(student_app,'open')
    154157            #if student_pume is not None:
     
    231234                    lnr = context.getLevelFromResultsCosCode(has_results)
    232235                    dsc['current_level'] = "%d00" % lnr
    233                 elif not has_level and s_review_state == 'school_fee_paid':     
     236                elif not has_level and s_review_state == 'school_fee_paid':
    234237                    lnr = context.getLevelFromResultsCosCode(has_results)
    235238                    cv = context.getVerdict(has_results[0].Verdict)[0]
Note: See TracChangeset for help on using the changeset viewer.