Changeset 16020


Ignore:
Timestamp:
28 Feb 2020, 18:35:52 (5 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

    r15992 r16020  
    272272        )
    273273
     274    fab_lab_fee = schema.Float(
     275        title = _(u'Faculty Laboratory Due (CHM102/PHY103/CSC101)'),
     276        default = 0.0,
     277        required = True,
     278        )
     279
    274280    coursereg_deadline = schema.Datetime(
    275281        title = _(u'FT Course Reg. Deadline'),
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r15978 r16020  
    7272        'library_pg': 'Library Fee PG',
    7373        'sports_library': 'Sports Development and UG Library Fee',
     74        'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    7475        }
    7576
     
    108109        #'library_pg': 'Library Fee PG',
    109110        'sports_library': 'Sports Development and UG Library Fee',
     111        'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)',
    110112        }
    111113
Note: See TracChangeset for help on using the changeset viewer.