http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7207
--- Comment #3 from Ian Walls <[email protected]> 2011-11-14 17:36:34 UTC --- The line: @item_numbers = grep{my $number=$_; $number = {item_number => $number}} @item_numbers; follows the same pattern as the two lines above; should it not also be reverted? Can we confirm that labels with multiple item numbers work properly with this change still in place? What this original commit was trying to fix vs. what it actually did here seems divergent... the original bug report is about declaring variables in conditionals. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
