Commit 36fc8c21 authored by Jérome Perrin's avatar Jérome Perrin

fix typo (thanks jm)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5f4549b
......@@ -59,7 +59,7 @@ from Products.PythonScripts.standard import Object\n
from Products.ZSQLCatalog.SQLCatalog import Query\n
\n
portal = context.getPortalObject()\n
category_tool = portal.portal_catalog\n
category_tool = portal.portal_categories\n
\n
request = container.REQUEST\n
from_date = request.get(\'from_date\', None)\n
......
578
\ No newline at end of file
579
\ 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