View | Details | Raw Unified | Return to bug 33949
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 / +2 lines)
Lines 47-52 Link Here
47
47
48
                <div id="userreadingrecord" class="maincontent">
48
                <div id="userreadingrecord" class="maincontent">
49
                    <h1>Checkout history</h1>
49
                    <h1>Checkout history</h1>
50
                    [% UNLESS checkouts %][% checkouts = [] %][% END %]
51
                    [% UNLESS old_checkouts %][% old_checkouts = [] %][% END %]
50
                    [% SET all_checkouts = checkouts.merge(old_checkouts) %]
52
                    [% SET all_checkouts = checkouts.merge(old_checkouts) %]
51
                    [% IF all_checkouts.size == 0 %]
53
                    [% IF all_checkouts.size == 0 %]
52
                        You have never borrowed anything from this library.
54
                        You have never borrowed anything from this library.
53
- 

Return to bug 33949