[Koha-bugs] [Bug 7207] Cannot export label batches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 14 18:36:34 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7207

--- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 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.


More information about the Koha-bugs mailing list