Changeset 777 for WAeUP_SRP


Ignore:
Timestamp:
29 Oct 2006, 18:58:24 (18 years ago)
Author:
joachim
Message:

first draft of the pume search and display, the pume_slip.pt has to be
created.

Location:
WAeUP_SRP/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Widgets.py

    r758 r777  
    304304                if s is None:
    305305                    err = 'No Student with JAMB-Reg-No %s' % (value)
     306                s_id = s.getId()
     307                datastructure['s_id'] = s_id
    306308            if err:
    307309                datastructure.setError(widget_id, err)
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r774 r777  
    1616 <object name="student_application" meta_type="CPS Layout"/>
    1717 <object name="student_application_fe" meta_type="CPS Layout"/>
     18 <object name="student_application_search" meta_type="CPS Layout"/>
    1819 <object name="student_clearance" meta_type="CPS Layout"/>
    1920 <object name="student_clearance_fe" meta_type="CPS Layout"/>
Note: See TracChangeset for help on using the changeset viewer.