Ignore:
Timestamp:
14 Jan 2022, 17:46:51 (3 years ago)
Author:
Henrik Bettermann
Message:

Add text book and registration fees.

File:
1 edited

Legend:

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

    r16663 r16749  
    295295                not 'gst_registration_2' in paid_cats:
    296296                return False
    297             #if course.code in ('ENT201',) and \
    298             #    not 'ent_registration_1' in paid_cats:
    299             #    return False
     297            if course.code in ('ENT211',) and \
     298                not 'ent_registration_2' in paid_cats:
     299                return False
    300300            if course.code in ('GST101', 'GST102') and \
    301301                not 'gst_text_book_1' in paid_cats and \
     
    309309                not 'gst_text_book_3' in paid_cats:
    310310                return False
    311             #if course.code in ('ENT201',) and \
    312             #    not 'ent_text_book_1' in paid_cats:
    313             #    return False
     311            if course.code in ('ENT211',) and \
     312                not 'ent_text_book_2' in paid_cats:
     313                return False
    314314            return True
    315315        return False
Note: See TracChangeset for help on using the changeset viewer.