- Timestamp:
- 3 Dec 2013, 07:02:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/students/utils.py
r10806 r10824 68 68 return _('Contract data are incomplete.'), None 69 69 amount = getattr(certificate, 'school_fee_1', 0.0) 70 else: 71 amount = 999.0 72 p_item = u'To be set' 70 73 if amount in (0.0, None): 71 74 return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.