Commit 561fe05f authored by Nicolas Delaby's avatar Nicolas Delaby

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15054 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c4d999d
...@@ -569,7 +569,7 @@ class Signature(Folder,SyncCode): ...@@ -569,7 +569,7 @@ class Signature(Folder,SyncCode):
""" """
Returns the object corresponding to this signature Returns the object corresponding to this signature
""" """
return self.getParentValue().getObjectIdGid(self.getObjectId()) return self.getParentValue().getObjectFromGid(self.getObjectId())
def checkSynchronizationNeeded(self, object): def checkSynchronizationNeeded(self, object):
""" """
......
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