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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 77-82 Link Here
77
            [% END %]
77
            [% END %]
78
        [% END %]
78
        [% END %]
79
    [% END %]
79
    [% END %]
80
    <li class="patronage">Age: [% patron.get_age | html %] years</li>
80
    <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li>
81
    <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li>
81
    <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li>
82
    <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li>
82
    <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li>
83
    <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li>
83
- 

Return to bug 24770