Ignore:
Timestamp:
27 Feb 2014, 10:57:32 (11 years ago)
Author:
Henrik Bettermann
Message:

Method for disabling student payments customized. We can now
disable school fee payment for non-pg students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py

    r10844 r11453  
    102102        }
    103103
     104    DISABLE_PAYMENT_GROUP_DICT = {
     105        'sf_all': 'School Fee - All Students',
     106        'sf_non_pg': 'School Fee - Non-PG Students',
     107        }
     108
    104109    SPECIAL_HANDLING_DICT = {
    105110        'regular': 'Regular Hostel',
Note: See TracChangeset for help on using the changeset viewer.