[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.18,1.18.2.19

Finlay Thompson finlayt at users.sourceforge.net
Wed Nov 27 02:48:56 CET 2002


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'};
      }
  





More information about the Koha-cvs mailing list