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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (+7 lines)
Lines 74-79 Link Here
74
        <th class="anti-the">Title</th>
74
        <th class="anti-the">Title</th>
75
        <th>Author</th>
75
        <th>Author</th>
76
        <th>Call number</th>
76
        <th>Call number</th>
77
        <th>Vol info</th>
77
        <th>Barcode</th>
78
        <th>Barcode</th>
78
        <th>Number of renewals</th>
79
        <th>Number of renewals</th>
79
        <th>Checked out on</th>
80
        <th>Checked out on</th>
Lines 110-115 Link Here
110
                [% issue.itemcallnumber | html %]
111
                [% issue.itemcallnumber | html %]
111
            [% END %]
112
            [% END %]
112
          </td>
113
          </td>
114
          
115
          <td>
116
            [% IF issue.enumchron %]
117
                [% issue.enumchron | html %]
118
            [% END %]
119
          </td>
113
120
114
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&amp;biblionumber=[% issue.biblionumber | uri %]&amp;bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td>
121
          <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&amp;biblionumber=[% issue.biblionumber | uri %]&amp;bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td>
115
          <td>
122
          <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 / +6 lines)
Lines 101-106 Link Here
101
                                                <th class="anti-the">Title</th>
101
                                                <th class="anti-the">Title</th>
102
                                                <th>Item type</th>
102
                                                <th>Item type</th>
103
                                                <th>Call number</th>
103
                                                <th>Call number</th>
104
                                                <th>Vol info</th>
104
                                                <th>Date</th>
105
                                                <th>Date</th>
105
                                                [% IF ( OPACMySummaryHTML ) %]
106
                                                [% IF ( OPACMySummaryHTML ) %]
106
                                                    <th class="NoSort noExport">Links</th>
107
                                                    <th class="NoSort noExport">Links</th>
Lines 167-172 Link Here
167
                                                <span class="tdlabel">Call number:</span>
168
                                                <span class="tdlabel">Call number:</span>
168
                                                [% issue.itemcallnumber | html %]
169
                                                [% issue.itemcallnumber | html %]
169
                                                </td>
170
                                                </td>
171
                                                <td>
172
                                                    [% IF issue.enumchron %]
173
                                                        [% issue.enumchron %]
174
                                                    [% END %]
175
                                                </td>
170
                                                [% IF issue.returndate %]
176
                                                [% IF issue.returndate %]
171
                                                    <td data-order="[% issue.returndate | html %]">
177
                                                    <td data-order="[% issue.returndate | html %]">
172
                                                        <span class="tdlabel">Check-in date:</span>
178
                                                        <span class="tdlabel">Check-in date:</span>
173
- 

Return to bug 21381