[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Search.pm,1.99,1.99.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Search.pm,1.99,1.99.2.1 |
Date: |
Thu, 03 Feb 2005 07:25:30 -0800 |
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");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Search.pm,1.99,1.99.2.1,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Context.pm,1.18,1.18.2.1
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.17,1.17.2.1 MARCdetail.tmpl,1.30.2.1,1.30.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Context.pm,1.18,1.18.2.1
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.17,1.17.2.1 MARCdetail.tmpl,1.30.2.1,1.30.2.2
- Index(es):