Changeset 3121
- Timestamp:
- 6 Feb 2008, 19:59:25 (17 years ago)
- Location:
- WAeUP_SRP/uniben
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/profiles/default/layouts/student_accommodation.xml
r2914 r3121 180 180 <row> 181 181 <cell name="acco_maint_sc_pin"/> 182 </row> 182 </row> 183 183 <row> 184 184 <cell name="acco_maint_pay_id"/> 185 </row> 185 </row> 186 186 <row> 187 187 <cell name="acco_maint_date"/> -
WAeUP_SRP/uniben/profiles/default/workflows/waeup_student_accommodation_wf/definition.xml
r1482 r3121 23 23 <state state_id="maintenance_fee_paid" title=""> 24 24 <exit-transition transition_id="remove"/> 25 <exit-transition transition_id="reserve_bed"/> 25 26 </state> 26 27 <state state_id="removed" title=""> … … 29 30 new_state="maintenance_fee_paid" trigger="USER" 30 31 before_script="" after_script=""> 31 32 32 33 <guard> 33 34 </guard> … … 36 37 new_state="removed" trigger="USER" 37 38 before_script="" after_script=""> 38 39 39 40 <guard> 40 41 </guard> … … 43 44 new_state="bed_reserved" trigger="USER" 44 45 before_script="" after_script=""> 45 46 46 47 <guard> 47 48 </guard> -
WAeUP_SRP/uniben/waeup_custom/layout_student_acco_view_slip.pt
r3118 r3121 9 9 'acco_res_date', 10 10 'acco_maint_sc_pin', 11 11 'acco_maint_fee', 12 12 'acco_maint_date', 13 13 )"
Note: See TracChangeset for help on using the changeset viewer.