Bug 10080 - Change system pref IndependantBranches to IndependentBranches
[koha_fer] / members / deletemem.pl
index 7a78ead..ef6ba01 100755 (executable)
@@ -66,7 +66,7 @@ if ($bor->{category_type} eq "S") {
     }
 }
 
-if (C4::Context->preference("IndependantBranches")) {
+if (C4::Context->preference("IndependentBranches")) {
     my $userenv = C4::Context->userenv;
     if (($userenv->{flags} % 2 != 1) && $bor->{'branchcode'}){
         unless ($userenv->{branch} eq $bor->{'branchcode'}){