Commit 8c090783 authored by Sebastien Robin's avatar Sebastien Robin

reset the subscriber xupdate when we are synchronized


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@755 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3538c4c
......@@ -220,6 +220,7 @@ class Signature(SyncCode):
# and we just get the confirmation
self.setXML(self.getTempXML())
self.setTempXML(None)
self.setSubscriberXupdate(None)
if len(self.getConflictList())>0:
self.resetConflictList()
elif status in (self.PUB_CONFLICT_MERGE,self.SENT):
......
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