Commit 1329bd92 authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent 7b16b079
......@@ -694,7 +694,7 @@ class SlapTool(BaseTool):
line = delivery.contentValues(portal_type="Sale Packing List Line")[0]
if line.getResource() == portal.portal_preferences.\
getPreferredInstanceSetupResource():
if portal.portal_workflow.isTransitionPossible(delivery, 'stop')
if portal.portal_workflow.isTransitionPossible(delivery, 'stop'):
delivery.stop()
@convertToREST
......
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