From e234299fa7afe86d26b0e5a5eb0365e40f520d28 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 6 May 2004 15:41:48 +0000
Subject: [PATCH] return the path for getSubscriberDocumentPath instead of the
 document itself

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@851 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5SyncML/Subscription.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5SyncML/Subscription.py b/product/ERP5SyncML/Subscription.py
index a69be5a61c..89654e1587 100755
--- a/product/ERP5SyncML/Subscription.py
+++ b/product/ERP5SyncML/Subscription.py
@@ -165,7 +165,7 @@ class Conflict(SyncCode, Implicit):
       to keep the local version of this object
     """
     p_sync = getToolByName(self,'portal_synchronizations')
-    return p_sync.getSubscriberDocument(self)
+    return p_sync.getSubscriberDocumentPath(self)
 
   def applySubscriberDocument(self):
     """
-- 
2.30.9