From 6a9e2aaabdfd9cc0cf963b31874bf6c09c8fec82 Mon Sep 17 00:00:00 2001 From: Katrin Fischer <Katrin.Fischer.83@web.de> Date: Wed, 11 Apr 2012 08:41:57 +0200 Subject: [PATCH] [SIGNED-OFF] 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 Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Branch codes are visible again. --- .../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){ <tr> <td> [% serial.publisheddate %] </td> - <td class="libraryfilterclass"> [% serial.branchname %] + <td class="libraryfilterclass"> [% serial.branchcode %] </td> <td> [% serial.notes %] </td> -- 1.7.2.3