- Timestamp:
- 4 Jun 2010, 21:07:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getPaymentsFolderInfo.py
r4238 r5214 13 13 """ 14 14 from Products.AdvancedQuery import Eq, Between, Le,In 15 16 pprops = context.portal_properties 17 payment_disabled = not pprops.enable_payment 15 18 16 19 mtool = context.portal_membership … … 64 67 info['payment_method'] = "online_payment" 65 68 info['prod_id'] = '117' 69 70 if payment_disabled: 71 info['payment_method'] = "" 66 72 67 73 # end customization
Note: See TracChangeset for help on using the changeset viewer.