Changeset 2758 for WAeUP_SRP/fceokene
- Timestamp:
- 25 Nov 2007, 22:06:28 (17 years ago)
- Location:
- WAeUP_SRP/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/profiles/default/actions.xml
r2360 r2758 159 159 category="student" 160 160 condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()['tr']" 161 url_expr="string:${portal_url}/request_transfer" visible=" True"/>161 url_expr="string:${portal_url}/request_transfer" visible="False"/> 162 162 </action-provider> 163 163 <action-provider name="portal_registration"> -
WAeUP_SRP/fceokene/waeup_custom/getPaymentsFolderInfo.py
r2657 r2758 108 108 else: 109 109 row['confirmed'] = 'unsuccessful' 110 row['is_editable'] = is_so and (row['confirmed'] == 'active') 110 111 payments.append(row) 111 112
Note: See TracChangeset for help on using the changeset viewer.