[Koha-bugs] [Bug 7126] Transfer does not prompt with hold information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 21 13:17:02 CET 2015


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

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
>From C4::Circulation::transferbook

 355     my ( $resfound, $resrec, undef ) =
 356       CheckReserves( $itemnumber );
 357     if ( $resfound and not $ignoreRs ) {
 358         $resrec->{'ResFound'} = $resfound;
 359 
 360         #         $messages->{'ResFound'} = $resrec;
 361         $dotransfer = 1;
 362     }


The line 360 should not be commented I think.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list