Changeset 14675 for main/waeup.aaue
- Timestamp:
- 14 Apr 2017, 05:51:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r14663 r14675 267 267 not 'gst_registration_2' in paid_cats: 268 268 return False 269 if course.code in ('ENT201',) and \270 not 'ent_registration_1' in paid_cats:271 return False269 #if course.code in ('ENT201',) and \ 270 # not 'ent_registration_1' in paid_cats: 271 # return False 272 272 if course.code in ('GST101', 'GST102') and \ 273 273 not 'gst_text_book_1' in paid_cats and \ … … 281 281 not 'gst_text_book_3' in paid_cats: 282 282 return False 283 if course.code in ('ENT201',) and \284 not 'ent_text_book_1' in paid_cats:285 return False283 #if course.code in ('ENT201',) and \ 284 # not 'ent_text_book_1' in paid_cats: 285 # return False 286 286 return True 287 287 return False
Note: See TracChangeset for help on using the changeset viewer.