merging katipo changes...
authorbob_lyon <bob_lyon>
Wed, 7 Jun 2006 04:43:48 +0000 (04:43 +0000)
committerbob_lyon <bob_lyon>
Wed, 7 Jun 2006 04:43:48 +0000 (04:43 +0000)
allow the getting of only issuing branches only

circ/selectbranchprinter.pl

index 7e917f3..23d32a5 100644 (file)
@@ -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');