Changeset 3121


Ignore:
Timestamp:
6 Feb 2008, 19:59:25 (17 years ago)
Author:
Henrik Bettermann
Message:

in addition to r3120

Location:
WAeUP_SRP/uniben
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/profiles/default/layouts/student_accommodation.xml

    r2914 r3121  
    180180  <row>
    181181   <cell name="acco_maint_sc_pin"/>
    182   </row>   
     182  </row>
    183183  <row>
    184184   <cell name="acco_maint_pay_id"/>
    185   </row> 
     185  </row>
    186186  <row>
    187187   <cell name="acco_maint_date"/>
  • WAeUP_SRP/uniben/profiles/default/workflows/waeup_student_accommodation_wf/definition.xml

    r1482 r3121  
    2323 <state state_id="maintenance_fee_paid" title="">
    2424  <exit-transition transition_id="remove"/>
     25  <exit-transition transition_id="reserve_bed"/>
    2526 </state>
    2627 <state state_id="removed" title="">
     
    2930             new_state="maintenance_fee_paid" trigger="USER"
    3031             before_script="" after_script="">
    31  
     32
    3233  <guard>
    3334  </guard>
     
    3637             new_state="removed" trigger="USER"
    3738             before_script="" after_script="">
    38  
     39
    3940  <guard>
    4041  </guard>
     
    4344             new_state="bed_reserved" trigger="USER"
    4445             before_script="" after_script="">
    45  
     46
    4647  <guard>
    4748  </guard>
  • WAeUP_SRP/uniben/waeup_custom/layout_student_acco_view_slip.pt

    r3118 r3121  
    99                                 'acco_res_date',
    1010                                 'acco_maint_sc_pin',
    11                            
     11                                 'acco_maint_fee',
    1212                                 'acco_maint_date',
    1313                                 )"
Note: See TracChangeset for help on using the changeset viewer.