user can now search in breeding farm with isbn/issn or title. Title/name are stored...
[koha_fer] / acqui.simple / isbnsearch.pl
index 790f9bd..1ef6ed8 100755 (executable)
@@ -54,7 +54,7 @@ if (! $isbn && !$title) {
                $showoffset = 1;
        };
        if (! $num) { $num = 10 };
-       ($count, @results) = isbnsearch($isbn);
+       ($count, @results) = isbnsearch($isbn,$title);
 
        if ($count < ($offset + $num)) {
                $total = $count;