https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35918

--- Comment #1 from Jonathan Druart <jonathan.druart+k...@gmail.com> ---
No idea what this code is supposed to do...

1215                     foreach my $br ( keys %$branches ) {
1216 
1217                         #     now we work with the treatment of ip
1218                         my $domain = $branches->{$br}->{'branchip'};
1219                         if ( $domain && $ip =~ /^$domain/ ) {
1220                             $branchcode =
$branches->{$br}->{'branchcode'};
1221 
1222                             # new op dev : add the branchname to the
cookie
1223                             $branchname    =
$branches->{$br}->{'branchname'};
1224                         }
1225                     }

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to