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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-2 / +1 lines)
Lines 106-112 Link Here
106
                <tr>
106
                <tr>
107
                    <td>
107
                    <td>
108
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
108
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
109
                        [% account.description %]&nbsp;[% IF account.item AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %]
109
                        [% account.description %]&nbsp;[% IF account.itemnumber AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %]
110
                        [% IF ( account.itemnumber ) %]</a>[% END %]
110
                        [% IF ( account.itemnumber ) %]</a>[% END %]
111
                    </td>
111
                    </td>
112
                    <td>[% account.date | $KohaDates %]</td>
112
                    <td>[% account.date | $KohaDates %]</td>
113
- 

Return to bug 12001