From cc46509905028b37f6098f909213e1b426d00554 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 20 Feb 2013 13:37:16 +0100 Subject: [PATCH] Bug 9662: Followup for acquisition Content-Type: text/plain; charset="utf-8" Signed-off-by: Marcel de Rooy Trivial change corresponding with Dobrica's patch at cataloging side. --- acqui/z3950_search.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl index 37ebe2c..5247d67 100755 --- a/acqui/z3950_search.pl +++ b/acqui/z3950_search.pl @@ -117,6 +117,7 @@ my $pars= { page => $page, id => \@id, isbn => $isbn, + issn => $issn, title => $title, author => $author, dewey => $dewey, -- 1.7.7.6