Changeset 13689 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 12 Feb 2016, 10:31:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r13678 r13689 187 187 amount = academic_session.clearance_fee 188 188 p_item = student['studycourse'].certificate.code 189 if amount in (0.0, None): 190 return _(u'Amount could not be determined.'), None 189 191 # Add Matric Gown Fee and Lapel Fee 190 if category.endswith('_incl'): 191 if amount is None: 192 # Otherwise we can't add somtehing 193 amount = 0.0 192 if category == 'clearance_incl': 194 193 amount += gateway_net_amt(academic_session.matric_gown_fee) + \ 195 194 gateway_net_amt(academic_session.lapel_fee)
Note: See TracChangeset for help on using the changeset viewer.