From 8500f5b774cd4431fcdfa03e9c24f3e7c05b9c07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dani=C3=A8le=20Vanbaelinghem?= <daniele@nexedi.com>
Date: Tue, 2 Feb 2010 13:30:14 +0000
Subject: [PATCH] A signature with a partial status must not be deleted

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32178 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5SyncML/XMLSyncUtils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5SyncML/XMLSyncUtils.py b/product/ERP5SyncML/XMLSyncUtils.py
index a991b6ea50..a3587e6cb7 100644
--- a/product/ERP5SyncML/XMLSyncUtils.py
+++ b/product/ERP5SyncML/XMLSyncUtils.py
@@ -738,8 +738,8 @@ class XMLSyncUtilsMixin(SyncCode):
                                                          rid=rid,
                                                          cmd_id=cmd_id))
             cmd_id += 1
-          # Delete Signature if object does not exist anymore
-          subscriber.delSignature(object_gid)
+            # Delete Signature if object does not exist anymore
+            subscriber.delSignature(object_gid)
 
     local_gid_list = []
     loop = 0
-- 
2.30.9