koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.39.2.2,1.39.2.3
Date: Sat, 05 Oct 2002 01:33:59 -0700

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)address@hidden;
      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)address@hidden;
      my $dbh = C4::Context->dbh;
!     my $query="SELECT barcode, itemlost, holdingbranch FROM items
                             WHERE biblioitemnumber = ?
                               AND (wthdrawn <> 1 OR wthdrawn IS NULL)";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]