Changeset 16604


Ignore:
Timestamp:
4 Sep 2021, 13:45:10 (3 years ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

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

    r16603 r16604  
    696696            post_text = self.basic_medical_only_text + self.post_text_ug
    697697        elif self.context.certcode in ('BPHARM',) and self.context.current_level == 100:
    698             post_text = self.basic_pharmay_only_text + self.post_text_2020
     698            post_text = self.basic_pharmacy_only_text + self.post_text_2020
    699699        else:
    700700            post_text = self.post_text_ug
Note: See TracChangeset for help on using the changeset viewer.