@@ -, +, @@ --- .../prog/en/modules/opac-readingrecord.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tt @@ -22,7 +22,7 @@ $(document).ready(function(){
-

[% firstname %] [% surname %]'s account > Checkout History

+

[% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %]'s account > Checkout History

[% UNLESS ( count ) %] You have never borrowed anything from this library. --