From 066b55ef4d39cf422fc4f9755de6341a6b6410bb Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 22 May 2013 08:06:11 -0700 Subject: [PATCH] Bug 10080: (followup) change two last instances of the old syspref name Signed-off-by: Galen Charlton --- catalogue/search.pl | 2 +- .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index 258c381e8d..d4e98b18c1 100755 --- a/catalogue/search.pl +++ b/catalogue/search.pl @@ -224,7 +224,7 @@ if($cgi->cookie("holdfor")){ my $branches = GetBranches(); # Populate branch_loop with all branches sorted by their name. If -# independantbranches is activated, set the default branch to the borrower +# IndependentBranches is activated, set the default branch to the borrower # branch, except for superlibrarian who need to search all libraries. my $user = C4::Context->userenv; my @branch_loop = map { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt index 2f43956055..14f01ef6fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -1033,7 +1033,7 @@ $(document).ready(function() {