Ignore:
Timestamp:
14 Apr 2017, 05:51:20 (7 years ago)
Author:
Henrik Bettermann
Message:

Disable "ent_registration_1" and "ent_text_book_1" as criteria for submission of course lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py

    r14663 r14675  
    267267                not 'gst_registration_2' in paid_cats:
    268268                return False
    269             if course.code in ('ENT201',) and \
    270                 not 'ent_registration_1' in paid_cats:
    271                 return False
     269            #if course.code in ('ENT201',) and \
     270            #    not 'ent_registration_1' in paid_cats:
     271            #    return False
    272272            if course.code in ('GST101', 'GST102') and \
    273273                not 'gst_text_book_1' in paid_cats and \
     
    281281                not 'gst_text_book_3' in paid_cats:
    282282                return False
    283             if course.code in ('ENT201',) and \
    284                 not 'ent_text_book_1' in paid_cats:
    285                 return False
     283            #if course.code in ('ENT201',) and \
     284            #    not 'ent_text_book_1' in paid_cats:
     285            #    return False
    286286            return True
    287287        return False
Note: See TracChangeset for help on using the changeset viewer.