[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] Patch for Koha 2.2.0RC2
From: |
Andrés Tarallo |
Subject: |
[Koha-devel] Patch for Koha 2.2.0RC2 |
Date: |
Mon Nov 22 05:58:00 2004 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 |
A while ago I've submited a patch for Opac-detail and Opac-isbdetaail.
Ilve looked that Paul made changes in ISBDdetail that make my patch
unnecesary. However this patch is still needed. Our librarians find that
this small things are annoying (missing labels), and we want to have
them in our side (not against koha).
Andres
--- opac-detail.pl.original 2004-11-22 10:44:45.961235720 -0300
+++ opac-detail.pl 2004-11-22 10:45:42.784597256 -0300
@@ -21,6 +21,8 @@
my $biblionumber=$query->param('bib');
$template->param(biblionumber => $biblionumber);
+# 2004-11-22 A. Tarallo The Subject was missing.
+$template->param(subject => "");
# change back when ive fixed request.pl
[Koha-devel] Patch for running Koha 2.2.0RC2 in a mod_perl environment., Andrés Tarallo, 2004/11/22
[Koha-devel] Another patch for running Koha 2.2.0RC2 under mod_perl, Andrés Tarallo, 2004/11/23