Bug 10080: (followup) change two last instances of the old syspref name
authorGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:06:11 +0000 (08:06 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 22 May 2013 15:10:35 +0000 (08:10 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
catalogue/search.pl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt

index 258c381..d4e98b1 100755 (executable)
@@ -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 {
index 2f43956..14f01ef 100644 (file)
@@ -1033,7 +1033,7 @@ $(document).ready(function() {
             <label for="branchcode">Library:</label>
             
                 <select name="branchcode" id="branchcode" style="width: 20em;">
-                    [% UNLESS ( Independantbranches ) %]<option value="">None</option>[% END %]
+                    [% UNLESS ( IndependentBranches ) %]<option value="">None</option>[% END %]
                     [% FOREACH branchloo IN branchloop %][% IF ( branchloo.selected ) %]<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>
                                [% ELSE %]
                                <option value="[% branchloo.value %]">[% branchloo.branchname %]</option>