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

Chris Nighswonger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Chris Nighswonger <[email protected]> ---
I won't have time to work up a patch until later next week, but here's the fix:

C4::Creators::Batch line 202 should read as follows:

my @duplicate_items = grep{$_->{'item_number'} ? $seen{$_->{'item_number'}}++ :
$seen{$_->{'borrower_number'}}++} @{$self->{'items'}};

-- 
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/

Reply via email to