X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-showreviews.pl;h=449ffcdc4a4a2161fe99dc072e60f309f9b8bc46;hb=d91bb113f04149c020c851a904de69619b6e9dd8;hp=74f4684ac7ced83fe7f119c822250b6a481d88a2;hpb=e12fca0eb8330adbe230c435a55e88696409bfbd;p=koha_fer diff --git a/opac/opac-showreviews.pl b/opac/opac-showreviews.pl index 74f4684ac7..449ffcdc4a 100755 --- a/opac/opac-showreviews.pl +++ b/opac/opac-showreviews.pl @@ -101,8 +101,10 @@ for my $result (@$reviews){ $result->{size} = $bib->{'size'}; $result->{notes} = $bib->{'notes'}; $result->{timestamp} = $bib->{'timestamp'}; + $result->{borrtitle} = $borr->{'title'}; $result->{firstname} = $borr->{'firstname'}; $result->{surname} = $borr->{'surname'}; + $result->{userid} = $borr->{'userid'}; if ($libravatar_enabled and $borr->{'email'}) { $result->{avatarurl} = libravatar_url(email => $borr->{'email'}, size => 40, https => $ENV{HTTPS}); }