https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19383 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 76787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76787 Bug 19383: Add ability to print hold receipts automatically Review of attachment 76787: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19383&attachment=76787) ----------------------------------------------------------------- Hi Kyle, can you take a quick look? Will continue testing. ::: circ/returns.pl @@ +423,5 @@
+ ModReserveAffect( $reserve->{itemnumber}, $reserve->{borrowernumber}, $diffBranchSend, $reserve->{reserve_id} ); + my ( $messages, $nextreservinfo ) = GetOtherReserves($reserve->{itemnumber}); + + my $patron = Koha::Patrons->find( $nextreservinfo ); + my $name = $patron ? $patron->surname . ", " . $patron->title . " " . $patron->firstname : '';
It looks like this line is not needed anymore? -- You are receiving this mail because: You are watching all bug changes.