From 975030608c72e8e6d42e6ba193acb78389a64716 Mon Sep 17 00:00:00 2001 From: bob_lyon Date: Wed, 7 Jun 2006 04:43:48 +0000 Subject: [PATCH] merging katipo changes... allow the getting of only issuing branches only --- circ/selectbranchprinter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/selectbranchprinter.pl b/circ/selectbranchprinter.pl index 7e917f36ae..23d32a5cf7 100644 --- a/circ/selectbranchprinter.pl +++ b/circ/selectbranchprinter.pl @@ -46,7 +46,7 @@ my $backgroundimage="/images/background-mem.gif"; # try to get the branch and printer settings from the http.... my %env; my $query=new CGI; -my $branches=getbranches(\%env); +my $branches=getbranches('IS'); my $printers=getprinters(\%env); my $branch=$query->param('branch'); my $printer=$query->param('printer'); -- 2.20.1