[Koha-bugs] [Bug 20724] ReservesNeedReturns syspref breaks "Holds awaiting pickup"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 16 14:41:02 CEST 2018


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

--- Comment #24 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
for ( my $i = 0 ; $i < $holds_to_place_count ; $i++ ) {
                AddReserve( $branch, $borrower->{'borrowernumber'},
                    $biblionumber, \@realbi, $rank[0], $startdate,
$expirationdate, $notes, $title,
                    $checkitem, $found, $itemtype );
            }

Horrible existing code with realbi and holds_to_place_count.. Also checkitem is
passed to AddReserve each time in a for loop with biblionumbers. (It should be
undef but you never know..)

Note that the second patch removes $holds_to_place_count = 1.

So lots of distraction here again with holds.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list