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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-2 / +1 lines)
Lines 44-50 Link Here
44
        [% FOREACH checkout IN checkouts %]
44
        [% FOREACH checkout IN checkouts %]
45
            <tr>
45
            <tr>
46
                [% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
46
                [% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
47
                <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issue.borrowernumber %]">[% IF HidePatronName %][% issue.cardnumber %][% ELSE %][% issue.surname %][% IF ( issue.firstname ) %], [% issue.firstname %][% END %][% END %]</a></td>
47
                <td>[% INCLUDE 'patron-title.inc' patron => checkout.patron hide_patron_infos_if_needed=1 %]
48
                [% END %]
48
                [% END %]
49
                <td>
49
                <td>
50
                    [% IF checkout.item.barcode %] [%# FIXME This test is not mandatory I think %]
50
                    [% IF checkout.item.barcode %] [%# FIXME This test is not mandatory I think %]
51
- 

Return to bug 20899