Changeset 16396
- Timestamp:
- 15 Feb 2021, 13:21:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r16377 r16396 252 252 timestamp = ("%d" % int(time()*10000))[1:] 253 253 if category in ( 254 'registration', 'required_combi', 'pg_other' ):254 'registration', 'required_combi', 'pg_other', 'jupeb_reg'): 255 255 payment.provider_amt = 5000.0 256 256 if category in (
Note: See TracChangeset for help on using the changeset viewer.