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

LLB not LAW

File:
1 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:
Note: See TracChangeset for help on using the changeset viewer.