Changeset 17099 for main


Ignore:
Timestamp:
14 Sep 2022, 20:17:20 (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

    r16933 r17099  
    333333        )
    334334
     335    access_card_fee = schema.Float(
     336        title = _(u'AAU Access Card Fee'),
     337        default = 0.0,
     338        required = True,
     339        )
     340       
    335341    coursereg_deadline = schema.Datetime(
    336342        title = _(u'FT Course Reg. Deadline'),
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16952 r17099  
    8383        'lms_sund': 'LMS + Sundry Fees',
    8484        'exam': 'IJMBE Examination Fee',
     85        'access_card': 'AAU Access Card Fee',
    8586        }
    8687
     
    129130        'lab_2': 'Laboratory Due (BIO101/BIO111)',
    130131        'lms_sund': 'LMS plus Sundry Fees (new UG students only)',
     132        'access_card': 'AAU Access Card Fee',
    131133        }
    132134
Note: See TracChangeset for help on using the changeset viewer.