Changeset 15686 for main/kofacustom.iuokada/trunk/src/kofacustom
- Timestamp:
- 15 Oct 2019, 20:13:32 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r15677 r15686 175 175 payment.p_current = p_current 176 176 payment.amount_auth = amount 177 payment.p_combi = combi 177 178 return None, payment -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py
r15675 r15686 51 51 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 52 52 'pharmlab': 'Pharmacy Lab Support Fee', 53 'combi': 'Combi Payment s',53 'combi': 'Combi Payment', 54 54 } 55 55 … … 78 78 'parentsconsult': 'Parents Consultative Forum (PCF) Fee', 79 79 'pharmlab': 'Pharmacy Lab Support Fee', 80 'combi': 'Combi Payment s',80 'combi': 'Combi Payment', 81 81 } 82 82
Note: See TracChangeset for help on using the changeset viewer.