Changeset 9044 for main/kofacustom.nigeria
- Timestamp:
- 25 Jul 2012, 05:36:48 (12 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/export.py
r9042 r9044 33 33 'password', 'state', 'history', 'certcode') 34 34 35 def mangle_value(self, value, name, context=None): 36 if '_result' in name and value: 37 value = [eval(entry.to_string()) for entry in value] 38 return super( 39 NigeriaStudentsExporter, self).mangle_value( 40 value, name, context=context) 35 41 36 42 class NigeriaStudentStudyCourseExporter(StudentStudyCourseExporter):
Note: See TracChangeset for help on using the changeset viewer.