Changeset 14741
- Timestamp:
- 2 Aug 2017, 04:38:22 (7 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/helpers.py
r14738 r14741 53 53 resp = h.getresponse() 54 54 if resp.status!=200: 55 return {'error': 'Connection error (%s, %s)' % (resp onse.status, response.reason)}55 return {'error': 'Connection error (%s, %s)' % (resp.status, resp.reason)} 56 56 jsonout = resp.read() 57 57 try: -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_export.py
r14274 r14741 127 127 'current_session\r\n' 128 128 '666,12.12,2012-04-01 13:12:01#,,schoolfee,1,my-id,p-item,' 129 '100,201 2,paid,2012-04-01 14:12:01#,,12.12,'129 '100,2011,paid,2012-04-01 14:12:01#,,12.12,' 130 130 '789,r-code,interswatch,,,,A111111,created,2012\r\n', 131 131 result
Note: See TracChangeset for help on using the changeset viewer.