Changeset 15456 for main/kofacustom.nigeria
- Timestamp:
- 17 Jun 2019, 08:54:32 (6 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/applicantsbrowser.py
r15394 r15456 195 195 196 196 def render(self): 197 self.redirect(self.url(self.context , '@@index'))197 self.redirect(self.url(self.context)) 198 198 return 199 199 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r13945 r15456 303 303 'A7': 'Credit', 304 304 'A8': 'Merit', 305 'A9': 'Cert Not Classified', 305 306 } 306 307
Note: See TracChangeset for help on using the changeset viewer.