- Timestamp:
- 24 Apr 2020, 06:59:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py
r16062 r16070 91 91 """ 92 92 try: title = "%s / %s / %s (%s)" % ( 93 value.__parent__.__parent__.__parent__. longtitle,94 value.__parent__.__parent__. longtitle,93 value.__parent__.__parent__.__parent__.title, 94 value.__parent__.__parent__.title, 95 95 value.title, value.code) 96 96 except AttributeError:
Note: See TracChangeset for help on using the changeset viewer.