- Timestamp:
- 28 Dec 2022, 15:26:56 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/studentsbrowser.py
r16484 r17248 39 39 40 40 def module_activated(session, payment): 41 if payment.p_currency != 'NGN': 42 return False 41 43 if payment.r_company and payment.r_company != 'remita': 42 44 return False
Note: See TracChangeset for help on using the changeset viewer.