From e3b214662f081d0116db87f8a1eb8c4e2a63fdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 25 Sep 2012 15:49:39 +0200 Subject: [PATCH] Typo. --- master/product/Vifib/Tool/SlapTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/product/Vifib/Tool/SlapTool.py b/master/product/Vifib/Tool/SlapTool.py index 380ed8768..e729cc9bd 100644 --- a/master/product/Vifib/Tool/SlapTool.py +++ b/master/product/Vifib/Tool/SlapTool.py @@ -729,7 +729,7 @@ class SlapTool(BaseTool): if delivery is not None: line = delivery.contentValues(portal_type="Purchase Packing List Line")[0] if line.getResource() == portal.portal_preferences.\ - getPreferredSoftwareSetupResource(): + getPreferredSoftwareCleanupResource(): if portal.portal_workflow.isTransitionPossible(delivery, 'start'): delivery.start(comment=comment) if portal.portal_workflow.isTransitionPossible(delivery, 'stop'): -- 2.30.9