[Koha-cvs] CVS: koha/C4 Search.pm,1.39.2.2,1.39.2.3

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 10:33:59 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv3164

Modified Files:
      Tag: arensb-context
	Search.pm 
Log Message:
Merged with head.


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.39.2.2
retrieving revision 1.39.2.3
diff -C2 -r1.39.2.2 -r1.39.2.3
*** Search.pm	5 Oct 2002 06:14:01 -0000	1.39.2.2
--- Search.pm	5 Oct 2002 08:33:56 -0000	1.39.2.3
***************
*** 2287,2291 ****
      my ($biblioitemnumber)=@_;
      my $dbh = C4::Context->dbh;
!     my $query="SELECT barcode, itemlost FROM items
                             WHERE biblioitemnumber = ?
                               AND (wthdrawn <> 1 OR wthdrawn IS NULL)";
--- 2287,2291 ----
      my ($biblioitemnumber)=@_;
      my $dbh = C4::Context->dbh;
!     my $query="SELECT barcode, itemlost, holdingbranch FROM items
                             WHERE biblioitemnumber = ?
                               AND (wthdrawn <> 1 OR wthdrawn IS NULL)";





More information about the Koha-cvs mailing list