Commit ab5d0d93 authored by Romain Courteaud's avatar Romain Courteaud

Unused call.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a1f9b05
......@@ -55,7 +55,6 @@
"""Add selected product to the cart and continue"""\n
portal = context.getPortalObject()\n
prefered_resource = portal.portal_preferences.getPreferredInstanceSetupResource()\n
service = portal.restrictedTraverse(prefered_resource)\n
\n
##Get item list\n
item_list = []\n
......@@ -159,7 +158,6 @@ context.WebSection_viewNextStep()\n
<string>context</string>
<string>portal</string>
<string>prefered_resource</string>
<string>service</string>
<string>item_list</string>
<string>$list0</string>
<string>_getiter_</string>
......
228
\ No newline at end of file
229
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment