[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ selectbranchprinter.pl
From: |
Robert Lyon |
Subject: |
[Koha-cvs] koha/circ selectbranchprinter.pl |
Date: |
Wed, 07 Jun 2006 04:43:49 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Robert Lyon <bob_lyon> 06/06/07 04:43:48
Modified files:
circ : selectbranchprinter.pl
Log message:
merging katipo changes...
allow the getting of only issuing branches only
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/selectbranchprinter.pl?cvsroot=koha&r1=1.13&r2=1.14
Patches:
Index: selectbranchprinter.pl
===================================================================
RCS file: /sources/koha/koha/circ/selectbranchprinter.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- selectbranchprinter.pl 25 Sep 2003 09:11:24 -0000 1.13
+++ selectbranchprinter.pl 7 Jun 2006 04:43:48 -0000 1.14
@@ -46,7 +46,7 @@
# 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');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/circ selectbranchprinter.pl,
Robert Lyon <=