- Timestamp:
- 26 Nov 2024, 02:34:19 (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/payments.py
r17747 r17963 62 62 log = 'successful %s payment: %s' % (self.p_category, self.p_id) 63 63 msg = _('Payment successfully completed') 64 if self.p_category in ('schoolfee', ):64 if self.p_category in ('schoolfee', 'schoolfee_1'): 65 65 msg += _('. Please proceed to library clearance, register your ' 66 66 'courses online and proceed to your '
Note: See TracChangeset for help on using the changeset viewer.