- Timestamp:
- 14 Jan 2022, 17:46:51 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r16663 r16749 295 295 not 'gst_registration_2' in paid_cats: 296 296 return False 297 #if course.code in ('ENT201',) and \298 # not 'ent_registration_1' in paid_cats:299 #return False297 if course.code in ('ENT211',) and \ 298 not 'ent_registration_2' in paid_cats: 299 return False 300 300 if course.code in ('GST101', 'GST102') and \ 301 301 not 'gst_text_book_1' in paid_cats and \ … … 309 309 not 'gst_text_book_3' in paid_cats: 310 310 return False 311 #if course.code in ('ENT201',) and \312 # not 'ent_text_book_1' in paid_cats:313 #return False311 if course.code in ('ENT211',) and \ 312 not 'ent_text_book_2' in paid_cats: 313 return False 314 314 return True 315 315 return False
Note: See TracChangeset for help on using the changeset viewer.