Skip to content
Snippets Groups Projects
Commit 24f3afce authored by juanf's avatar juanf
Browse files

SSDM-1285 : ELN - Peter Lab Migration

SVN: 33017
parent 6e37cb28
No related branches found
No related tags found
No related merge requests found
......@@ -368,9 +368,8 @@ class DocumentOpenBISDTO(OpenBISDTO):
return None
def isInOpenBIS(self, tr):
return False
#dataset = self.getDocumentBySerial(tr, self.values["SERIAL"])
#return dataset is not None
dataset = self.getDocumentBySerial(tr, self.values["SERIAL"])
return dataset is not None
fmConnString = "jdbc:filemaker://127.0.0.1/"
fmUser = "designer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment