From 2fcf39b050856ae684f6d94c7d7c65a168d7b4ab Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 5 Apr 2011 15:48:32 +1200 Subject: [PATCH] Bug 5917 : Fixing catalogue detail.tt --- .../prog/en/modules/catalogue/detail.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tt/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tt/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 8bbdb133bf..25cc66ae01 100644 --- a/koha-tt/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tt/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -248,9 +248,9 @@ function verify_images() { [% END %] [% END %] [% END %] - [% UNLESS ( itemloo.singlebranchmode ) %][% itemloo.branchname %] [% END %] + [% UNLESS ( singlebranchmode ) %][% itemloo.branchname %] [% END %] [% itemloo.homebranch %][% itemloo.location %] - [% IF ( itemloo.itemdata_ccode ) %][% itemloo.ccode %][% END %] + [% IF ( itemdata_ccode ) %][% itemloo.ccode %][% END %] [% IF ( itemloo.itemcallnumber ) %] [% itemloo.itemcallnumber %][% END %] @@ -258,7 +258,7 @@ function verify_images() { Checked out [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] to - [% IF ( itemloo.hidepatronname ) %] + [% IF ( hidepatronname ) %] [% itemloo.cardnumber %] [% ELSE %] [% itemloo.firstname %] [% itemloo.surname %] @@ -315,8 +315,8 @@ function verify_images() { [% ELSE %] On hold [% END %] - [% IF ( itemloo.canreservefromotherbranches ) %]for - [% IF ( itemloo.hidepatronname ) %] + [% IF ( canreservefromotherbranches ) %]for + [% IF ( hidepatronname ) %] [% itemloo.Reservedcardnumber %] [% ELSE %] [% itemloo.ReservedForFirstname %] [% itemloo.ReservedForSurname %] @@ -341,24 +341,24 @@ function verify_images() { [% itemloo.datelastseen %] [% itemloo.barcode %] [% IF ( itemloo.volinfo ) %] - [% IF ( itemloo.itemdata_enumchron ) %] + [% IF ( itemdata_enumchron ) %] [% IF ( itemloo.enumchron ) %] [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] [% END %] [% END %] [% itemloo.serialseq %][% IF ( itemloo.publisheddate ) %] ([% itemloo.publisheddate %])[% END %] [% END %] - [% IF ( itemloo.itemdata_uri ) %] + [% IF ( itemdata_uri ) %] [% itemloo.uri %] [% END %] - [% IF ( itemloo.itemdata_copynumber ) %] + [% IF ( itemdata_copynumber ) %] [% itemloo.copynumber %] [% END %] - [% IF ( itemloo.itemdata_itemnotes ) %]
[% itemloo.itemnotes %]
[% END %] + [% IF ( itemdata_itemnotes ) %]
[% itemloo.itemnotes %]
[% END %] [% IF ( itemloo.type ) %] Fix Itemtype [% END %] - [% IF ( itemloo.SpineLabelShowPrintOnBibDetails ) %] + [% IF ( SpineLabelShowPrintOnBibDetails ) %] Print Label [% END %] -- 2.11.0