https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35918 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@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.