From 96386e656830d204db95324153ee94d541dd6ed8 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 3 Jul 2007 13:47:44 +0000 Subject: [PATCH] fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely --- C4/Biblio.pm | 4 +++- koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 641857f8f0..51f8a76d1d 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1606,7 +1606,6 @@ sub GetAuthorisedValueDesc { #---- "true" authorized value my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'}; - if ( $category ne "" ) { my $sth = $dbh->prepare( @@ -3957,6 +3956,9 @@ Joshua Ferraro jmf@liblime.com # $Id$ # $Log$ +# Revision 1.217 2007/07/03 13:47:44 tipaul +# fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely +# # Revision 1.216 2007/07/03 09:40:58 tipaul # return itemtype description properly # diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl index 84dfef26d7..890c1cca5f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/opac-MARCdetail.tmpl @@ -141,9 +141,9 @@ - + + -- 2.39.2
-