https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650
--- Comment #12 from Victor Grousset/tuxayo <[email protected]> --- (In reply to Marcel de Rooy from comment #11) > The line numbers may not be exact anymore. They were on uninitialized $op > iirc, so not that important. L253 includes an $op. 182 does not now? L253 for me would be if ( $op eq 'cud-dotransfer'){ which is likely the same for you. 182 that I get is if ( $userenv_branch ne $nextreservinfo->{'branchcode'} ) { And it's relevant with the changes line 180 from the patch. > First thing coming up, is test with an item level hold. Right, I though of it last time an forgot. But same result here :( Only war at line 182. I held 39999000012118 to patron with borrowernumber=5, pickup liberty. I'm in centerville and check in and confirmed the hold & transfer. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
