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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-2 / +1 lines)
Lines 132-138 Link Here
132
                        <td>[% note.item.biblio.title %] - [% note.item.biblio.author %] (<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% note.item.biblionumber %]">[% note.item.barcode %]</a>)</td>
132
                        <td>[% note.item.biblio.title %] - [% note.item.biblio.author %] (<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% note.item.biblionumber %]">[% note.item.barcode %]</a>)</td>
133
                        <td>[% note.note %]</td>
133
                        <td>[% note.note %]</td>
134
                        <td>[% note.notedate | $KohaDates %]</td>
134
                        <td>[% note.notedate | $KohaDates %]</td>
135
                        <td>[% IF ( note.borrower.title ) %][% note.borrower.title %] [% END %][% note.borrower.firstname %] [% note.borrower.surname %] (<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% note.borrower.borrowernumber %]">[% note.borrower.cardnumber %]</a>)</td>
135
                        <td>[% IF ( note.patron.title ) %][% note.patron.title %] [% END %][% note.patron.firstname %] [% note.patron.surname %] (<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% note.patron.borrowernumber %]">[% note.patron.cardnumber %]</a>)</td>
136
                        <td>
136
                        <td>
137
                            [% IF ( note.noteseen == 0 ) %]
137
                            [% IF ( note.noteseen == 0 ) %]
138
                                <span id="status_[% note.issue_id %]">Not seen</span>
138
                                <span id="status_[% note.issue_id %]">Not seen</span>
139
- 

Return to bug 17698