fix to add biblio in basket when the query has only 1 result

This commit is contained in:
tipaul 2004-12-08 10:27:10 +00:00
parent 53c7b55826
commit 62bf07de80

View file

@ -148,6 +148,9 @@ function addMultiple(){
}
}
addSelRecords(c_value);
} else {
c_value = c_value + document.myform.bibid.value + "/";
addSelRecords(c_value);
}
}