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.18.2.18,1.18.2.19


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.18,1.18.2.19
Date: Tue, 26 Nov 2002 17:48:56 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv31558

Modified Files:
      Tag: rel-1-2
        Search.pm 
Log Message:

added the publictype field to the output from ItemInfo routine


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.18.2.18
retrieving revision 1.18.2.19
diff -C2 -r1.18.2.18 -r1.18.2.19
*** Search.pm   8 Nov 2002 20:12:33 -0000       1.18.2.18
--- Search.pm   27 Nov 2002 01:48:53 -0000      1.18.2.19
***************
*** 1299,1302 ****
--- 1299,1303 ----
      if (my $bdata=$bsth->fetchrow_hashref){
        $data->{'description'} = $bdata->{'description'};
+       $data->{'publictype'} = $bdata->{'publictype'};
      }
  




reply via email to

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