Changeset 606
- Timestamp:
- 1 Oct 2006, 22:35:38 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r603 r606 33 33 """search student by JAMB Reg No and return StudentFolder""" 34 34 search = ZCatalog.searchResults(self.portal_catalog,{'meta_type': 'StudentApplication', 35 ' jamb_reg_no': reg_no,35 'SearchableText': reg_no, 36 36 }) 37 37 if len(search) < 1: -
WAeUP_SRP/trunk/skins/waeup_student/student_edit.py
r541 r606 74 74 args = {} 75 75 student.content_status_modify(workflow_action="apply_for_admission") 76 wftool.doActionFor(app,'close',dest_container= app)76 #wftool.doActionFor(app,'close',dest_container= app) 77 77 psm = 'You applied for admission.' 78 78 action = "/application_view"
Note: See TracChangeset for help on using the changeset viewer.