Ignore:
Timestamp:
3 Dec 2013, 07:02:34 (11 years ago)
Author:
Henrik Bettermann
Message:

More payment categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/utils.py

    r10806 r10824  
    6868                return _('Contract data are incomplete.'), None
    6969            amount = getattr(certificate, 'school_fee_1', 0.0)
     70        else:
     71            amount = 999.0
     72            p_item = u'To be set'
    7073        if amount in (0.0, None):
    7174            return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.