From 706503cf207ce172ee3d67af3af5f7508d8a4c09 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 11 Apr 2012 08:41:57 +0200 Subject: [PATCH] Bug 7927 - library not showing on subscription full history anymore Restores former functionality: Shows the branchcode in the branch column for the full history view of subscriptions in OPAC. http://bugs.koha-community.org/show_bug.cgi?id=7929 --- .../prog/en/modules/opac-full-serial-issues.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt index 42800ad..6b47afa 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt @@ -192,7 +192,7 @@ function showlayer(numlayer){ [% serial.publisheddate %] - [% serial.branchname %] + [% serial.branchcode %] [% serial.notes %] -- 1.7.5.4