koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha search.pl,1.32,1.33


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha search.pl,1.32,1.33
Date: Fri, 19 Dec 2003 09:28:05 -0800

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

Modified Files:
        search.pl 
Log Message:
fix for #683

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** search.pl   11 Jun 2003 18:37:55 -0000      1.32
--- search.pl   19 Dec 2003 17:28:03 -0000      1.33
***************
*** 20,23 ****
--- 20,26 ----
  
  # $Log$
+ # Revision 1.33  2003/12/19 17:28:03  tipaul
+ # fix for #683
+ #
  # Revision 1.32  2003/06/11 18:37:55  tonnesen
  # Using boolean_preference instead of preference for 'marc' setting
***************
*** 156,159 ****
--- 159,170 ----
      $search .= "&dewey=$search{dewey}";
      $searchdesc.="dewey $search{dewey}, ";
+ }
+ if ($search{"illustrator"}){
+     $search .= "&illustrator=$search{illustrator}";
+     $searchdesc.="illustrator $search{illustrator}, ";
+ }
+ if ($search{"itemnumber"}){
+     $search .= "&itemnumber=$search{itemnumber}";
+     $searchdesc.="barcode $search{itemnumber}, ";
  }
  $search.="&ttype=$search{ttype}";




reply via email to

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