X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=circ%2Freturns.pl;h=b05f566810128d3e9e08f44651671bb09607662e;hb=7979f28cc030c39af13cbde0b8077384f350ad5d;hp=9228674abb112d23438ecc4c6d7c6888b6dfd0cb;hpb=df050c4c5883c44ac464609f84f6f40c8916cf33;p=koha.git diff --git a/circ/returns.pl b/circ/returns.pl index 9228674abb..b05f566810 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -545,6 +545,7 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { $ri{borfirstname} = $borrower->{'firstname'}; $ri{borsurname} = $borrower->{'surname'}; $ri{bortitle} = $borrower->{'title'}; + $ri{bornote} = $borrower->{'borrowernotes'}; } else { $ri{borrowernumber} = $riborrowernumber{$_};