Commit 0f4a405d authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent 93f6959b
......@@ -58,7 +58,7 @@ open_sale_order = portal.portal_catalog.getResultValue(\n
validation_state="validated")\n
\n
tag = \'%s_createOpenOrder\' % person.getUid()\n
kw = {\'activity_kw\': {\'tag\': tag}}\n
kw = {\'activate_kw\': {\'tag\': tag}}\n
if open_sale_order is None:\n
if portal.portal_activities.countMessageWithTag(tag) == 0:\n
open_order = portal.open_sale_order_module.newContent(\n
......
530
\ No newline at end of file
531
\ 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