Skip to content
Snippets Groups Projects
Commit 22ddcf41 authored by wactbprot's avatar wactbprot
Browse files

start duplicate doc show

parent 6c975739
No related branches found
No related tags found
No related merge requests found
function (doc, req) {
var dupDoc = {},
dc = doc.Calibration,
ds = doc.Sign;
if(doc &&
dc &&
typeof dc == "object" &&
ds){
}else{
dupDoc.error = "Doc seems to be no calibration";
}
return dupDoc;
};
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