Changeset 16929 for main/waeup.aaue


Ignore:
Timestamp:
20 Apr 2022, 06:20:10 (2 years ago)
Author:
Henrik Bettermann
Message:

Add payment category.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py

    r16805 r16929  
    321321        )
    322322
     323    lms_sund_fee = schema.Float(
     324        title = _(u'LMS + Sundry Fees'),
     325        default = 0.0,
     326        required = True,
     327        )
     328
    323329    coursereg_deadline = schema.Datetime(
    324330        title = _(u'FT Course Reg. Deadline'),
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16830 r16929  
    8181        'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    8282        'lab_2': 'Laboratory Due (BIO101/BIO111)',
     83        'lms_sund': 'LMS + Sundry Fees',
    8384        }
    8485
     
    126127        'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    127128        'lab_2': 'Laboratory Due (BIO101/BIO111)',
     129        'lms_sund': 'LMS plus Sundry Fees (new UG students only)',
    128130        }
    129131
Note: See TracChangeset for help on using the changeset viewer.