koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha detail.pl,1.22,1.22.2.1 search.pl,1.32,1.32.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha detail.pl,1.22,1.22.2.1 search.pl,1.32,1.32.2.1
Date: Fri, 19 Dec 2003 09:28:44 -0800

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

Modified Files:
      Tag: rel_2_0
        detail.pl search.pl 
Log Message:
fix for 683

Index: detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/detail.pl,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -C2 -r1.22 -r1.22.2.1
*** detail.pl   8 May 2003 13:19:40 -0000       1.22
--- detail.pl   19 Dec 2003 17:28:42 -0000      1.22.2.1
***************
*** 96,100 ****
                                                SITE_RESULTS => $sitearray,
                                                loggedinuser => $loggedinuser,
!                                               biblionumber => $biblionumber);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 96,101 ----
                                                SITE_RESULTS => $sitearray,
                                                loggedinuser => $loggedinuser,
!                                               biblionumber => $biblionumber,
!                                               );
  
  output_html_with_http_headers $query, $cookie, $template->output;

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -C2 -r1.32 -r1.32.2.1
*** search.pl   11 Jun 2003 18:37:55 -0000      1.32
--- search.pl   19 Dec 2003 17:28:42 -0000      1.32.2.1
***************
*** 20,23 ****
--- 20,26 ----
  
  # $Log$
+ # Revision 1.32.2.1  2003/12/19 17:28:42  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]