Changeset 18118


Ignore:
Timestamp:
10 Jul 2025, 14:09:38 (8 hours ago)
Author:
Henrik Bettermann
Message:

LLB not LAW

Location:
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r18116 r18118  
    522522            #post_text = BASIC_PHARMACY_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3
    523523            post_text = ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3
    524         elif self.context.certcode in ('DPHARM','MBBSMED','BSCNNUR','LAW','CERT1') and self.context.current_level == 100:
     524        elif self.context.certcode in ('DPHARM','MBBSMED','BSCNNUR','LLB','CERT1') and self.context.current_level == 100:
    525525            post_text = ADML_UG_1_MORE_EXPENSIVE + ADML_UG_2 + ADML_UG_3
    526526        else:
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py

    r18111 r18118  
    330330            if student.is_postgrad:
    331331                amount *= 0.5
    332             if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','LAW'):
     332            if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','LLB'):
    333333                amount += 200000
    334334        elif category.startswith('resit'):
Note: See TracChangeset for help on using the changeset viewer.