https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650 --- Comment #12 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (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.