21 Dec
2015
21 Dec
'15
12:17 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7126 --- Comment #3 from Jonathan Druart <jonathan.druart@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.