From adf4597ec35353b9908236420a8a3c3a5f6a8f06 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Thu, 6 Feb 2014 13:01:51 -0300 Subject: [PATCH] Bug 7478: (followup) Branches template plugin not available in 3.10.x RM followup This patch reverts the use of the Branches plugin for 3.10.x as it is not available. The behaviour reverts to the previous one, but retains translatability. Signed-off-by: Bernardo Gonzalez Kriegel --- .../intranet-tmpl/prog/en/modules/reports/catalogue_out.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt index ad43c8b94a..f41affd4dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt @@ -1,4 +1,3 @@ -[% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Items with no checkouts [% INCLUDE 'doc-head-close.inc' %] @@ -73,7 +72,7 @@ [% IF ( loopro.itemcallnumber ) %][% loopro.itemcallnumber %][% ELSE %]No call number[% END %] [% IF ( loopro.barcode ) %][% loopro.barcode %][% ELSE %]No barcode[% END %]

[% IF ( loopro.title ) %][% loopro.title %][% ELSE %]NO TITLE[% END %] [% IF ( loopro.author ) %] by [% loopro.author %][% END %]

- [% IF ( loopro.branch ) %]at [% Branches.GetName( loopro.branch ) %][% END %] + [% IF ( loopro.branch ) %]at [% loopro.branch %][% END %] [% END %] -- 2.39.5