Commit 4d5e7e0a authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44916 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cd70dc5
......@@ -56,7 +56,7 @@ from Products.ERP5Type.Log import log\n
\n
portal = context.getPortalObject()\n
portal_preferences = portal.portal_preferences\n
business_template = portal_templates.getInstalledBusinessTemplate("erp5_demo_maxma_sample")\n
business_template = context.portal_templates.getInstalledBusinessTemplate("erp5_demo_maxma_sample")\n
N_ = context.Base_translateString\n
isTransitionPossible = portal.portal_workflow.isTransitionPossible\n
\n
......
14
\ No newline at end of file
15
\ 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