[Koha-cvs] CVS: koha/C4 Search.pm,1.99,1.99.2.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 3 16:25:30 CET 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20652/C4

Modified Files:
      Tag: rel_2_2
	Search.pm 
Log Message:
show text instead of code for itemtypes, authorized values...

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.99
retrieving revision 1.99.2.1
diff -C2 -r1.99 -r1.99.2.1
*** Search.pm	15 Dec 2004 06:08:06 -0000	1.99
--- Search.pm	3 Feb 2005 15:25:14 -0000	1.99.2.1
***************
*** 1481,1484 ****
--- 1481,1485 ----
  								left join bibliosubtitle on
  								biblio.biblionumber = bibliosubtitle.biblionumber
+ 								left join itemtypes on biblioitems.itemtype=itemtypes.itemtype
  								where biblio.biblionumber = ?
  								and biblioitems.biblionumber = biblio.biblionumber");





More information about the Koha-cvs mailing list