Changeset 11458 for main/waeup.futminna
- Timestamp:
- 27 Feb 2014, 11:02:09 (11 years ago)
- Location:
- main/waeup.futminna/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/CHANGES.txt
r11445 r11458 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Apply _isPaymentDisabled method. 6 8 7 9 * jquery-ui.min.js is also used for tooltips. -
main/waeup.futminna/trunk/src/waeup/futminna/students/utils.py
r9892 r11458 169 169 elif category == 'schoolfee': 170 170 amount += academic_session.penalty_ug 171 if self._isPaymentDisabled(p_session, category, student): 172 return _('Payment temporarily disabled.'), None 171 173 payment = createObject(u'waeup.StudentOnlinePayment') 172 174 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.