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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc (-2 / +1 lines)
Lines 31-37 Link Here
31
            [% END %]
31
            [% END %]
32
            [% WRAPPER tab_item tabname="bookings" %]
32
            [% WRAPPER tab_item tabname="bookings" %]
33
                [% SET bookings_count = patron.bookings.filter_by_active.count %]
33
                [% SET bookings_count = patron.bookings.filter_by_active.count %]
34
                <span>Bookings ([% bookings_count || 0 | html %])</span>
34
                <span class="bookings_count">Bookings ([% bookings_count || 0 | html %])</span>
35
            [% END %]
35
            [% END %]
36
        [% END %]
36
        [% END %]
37
37
38
- 

Return to bug 36428