Changeset 2900 for WAeUP_SRP/fceokene


Ignore:
Timestamp:
9 Dec 2007, 21:42:44 (17 years ago)
Author:
Henrik Bettermann
Message:

last changes before upgrade

Location:
WAeUP_SRP/fceokene
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/fceokene/profiles/default/layouts/payment.xml

    r2893 r2900  
    4646  <property name="hidden_layout_modes"/>
    4747  <property name="hidden_readonly_layout_modes"/>
     48  <property name="view_format">%d/%m/%Y %H:%M</property>
     49  <property name="time_setting">True</property> 
    4850 </widget>
    4951 <widget name="resp_approved_amount" meta_type="String Widget">
  • WAeUP_SRP/fceokene/profiles/default/workflows/waeup_student_wf/definition.xml

    r2579 r2900  
    8585  <exit-transition transition_id="validate_courses"/>
    8686  <exit-transition transition_id="deactivate"/>
     87  <exit-transition transition_id="create_content"/>
    8788  <permission-map name="Delete objects" acquired="False">
    8889   <permission-role>Manager</permission-role>
     
    100101  <exit-transition transition_id="reject_courses"/>
    101102  <exit-transition transition_id="deactivate"/>
     103  <exit-transition transition_id="create_content"/>
    102104  <permission-map name="Delete objects" acquired="False">
    103105   <permission-role>Manager</permission-role>
  • WAeUP_SRP/fceokene/waeup_custom/getPaymentsFolderInfo.py

    r2891 r2900  
    4343#student = getattr(students,student_id)
    4444student_record = context.students_catalog.getRecordByKey(student_id)
    45 #context['updatePayments']()
     45context['updatePayments']()
    4646payments = []
    4747
     
    9696    if so_doc.type_description.startswith('School Fee'):
    9797        if (review_state == 'opened' and info['review_state'] in ('cleared_and_validated','returning') and \
    98                                   hasattr(so_doc, 'order_id') and not so_doc.resp_code) or str(member) in ('admin','gbenga','isouaba'):
     98                                  hasattr(so_doc, 'order_id') and not so_doc.resp_code) or str(member) in ('admin','delejason','isouaba'):
    9999            row['is_requeryable'] = True
    100100            row['callback_url'] = "%s/interswitch_cb" % (payments_path)
Note: See TracChangeset for help on using the changeset viewer.