From f0a83f69e95b8cbd6b49fd2df19cf186ff0b9cc3 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Fri, 16 Nov 2007 18:49:33 -0600 Subject: [PATCH] changing nomenclature to Libraries ... we do need to pull those language strings out of the code :/ Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Koha.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 1593ce7d2c..a8ef3c561d 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -580,8 +580,8 @@ sub getFacets { subfield => 'a', }, { - link_value => 'branch', - label_value => 'Branches', + link_value => 'homebranch', + label_value => 'Libraries', tags => [ '995', ], subfield => 'b', expanded => '1', @@ -628,8 +628,8 @@ sub getFacets { subfield => 'a', }, { - link_value => 'branch', - label_value => 'Branches', + link_value => 'homebranch', + label_value => 'Libraries', tags => [ '952', ], subfield => 'b', expanded => '1', -- 2.11.0