@@ -, +, @@ - check toolbar on top of patron reading history with no entries - check toolbar on top of patron reading history after a few checkouts --- .../prog/en/modules/members/readingrec.tt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -30,6 +30,7 @@
[% INCLUDE 'circ-toolbar.inc' %]

Circulation History

+[% IF ( loop_reading ) %]
@@ -93,7 +94,9 @@ [% END %] - +[% ELSE %] +
This patron has no circulation history.
+[% END %]
--