From c9bef775cf039f717f2b814eba33e05f21fbd8f5 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 30 Mar 2011 16:41:01 -0400 Subject: [PATCH] Bug 6006 - Move location from current location to home library column on detail.pl It doesn't make sense to have the home library's location (example: Adult) in the "current (branch) location" column, since that location is assigned by the home library. This patch moves it to the "home location" column, where it belongs. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl index a939b42580..f11b6b6e17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl @@ -248,8 +248,8 @@ function verify_images() { - - + + -- 2.39.5