diff --git a/circ/returns.pl b/circ/returns.pl index ff2956fcb6..d7433d485d 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -550,6 +550,7 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { $ri{borsurname} = $borrower->{'surname'}; $ri{bortitle} = $borrower->{'title'}; $ri{bornote} = $borrower->{'borrowernotes'}; + $ri{borcategorycode} = $borrower->{'categorycode'}; } else { $ri{borrowernumber} = $riborrowernumber{$_}; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl index 5765414d6d..05a73ab2a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -362,7 +362,7 @@ function Dopop(link) {