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

--- Comment #3 from Jonathan Druart <[email protected]> 
---
>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.
_______________________________________________
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