Commit 957e2cac authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Typo

parent 6cee3d08
from cStringIO import StringIO
portal = context.getPortalObject()
pdf_data_list = []
image_module = portal.image_module
active_process = portal.restrictedTraverse(active_process_url)
......@@ -32,7 +31,7 @@ if publication_section == "shared":
action_list = ["share",]
elif publication_section == "relased":
action_list = ["share", "release"]
elif publication_section == "released":
elif publication_section == "relased":
action_list = ["share", "release"]
elif publication_section == "published":
action_list = ["share", "release", "publish"]
......
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