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

(-)a/admin/columns_settings.yml (+6 lines)
Lines 2202-2207 modules: Link Here
2202
              columnname: callnumber
2202
              columnname: callnumber
2203
            -
2203
            -
2204
              columnname: renew
2204
              columnname: renew
2205
              cannot_be_toggled: 1
2206
              cannot_be_modified: 1
2205
            -
2207
            -
2206
              columnname: fines
2208
              columnname: fines
2207
            -
2209
            -
Lines 2236-2243 modules: Link Here
2236
              columnname: callnumber
2238
              columnname: callnumber
2237
            -
2239
            -
2238
              columnname: duedate
2240
              columnname: duedate
2241
            -
2242
              columnname: checkout_branch
2239
            -
2243
            -
2240
              columnname: renew
2244
              columnname: renew
2245
              cannot_be_toggled: 1
2246
              cannot_be_modified: 1
2241
            -
2247
            -
2242
              columnname: fines
2248
              columnname: fines
2243
      opac_user_relative_issues_table:
2249
      opac_user_relative_issues_table:
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +4 lines)
Lines 336-342 Link Here
336
                                                    <th id="title" data-colname="title" class="all anti-the">Title</th>
336
                                                    <th id="title" data-colname="title" class="all anti-the">Title</th>
337
                                                    <th id="author" data-colname="author">Author</th>
337
                                                    <th id="author" data-colname="author">Author</th>
338
                                                    <th id="duedate" data-colname="duedate" class="psort">Due</th>
338
                                                    <th id="duedate" data-colname="duedate" class="psort">Due</th>
339
                                                    <th id="checkout_branch" data-colname="checkout_branch">Checkout branch</th>                 [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %]
339
                                                    <th id="checkout_branch" data-colname="checkout_branch">Checkout branch</th>
340
                                                    [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %]
340
341
341
                                                        <th data-colname="itemtype">Item type</th>
342
                                                        <th data-colname="itemtype">Item type</th>
342
                                                    [% END %]
343
                                                    [% END %]
Lines 728-733 Link Here
728
                                                [% IF ( show_barcode ) %]<th data-colname="barcode">Barcode</th>[% END %]
729
                                                [% IF ( show_barcode ) %]<th data-colname="barcode">Barcode</th>[% END %]
729
                                                <th data-colname="callnumber">Call number</th>
730
                                                <th data-colname="callnumber">Call number</th>
730
                                                <th data-colname="duedate" class="psort">Due</th>
731
                                                <th data-colname="duedate" class="psort">Due</th>
732
                                                <th data-colname="checkout_branch">Checkout branch</th>
731
                                                [% IF ( OpacRenewalAllowed ) %]
733
                                                [% IF ( OpacRenewalAllowed ) %]
732
                                                    <th data-colname="renew" class="nosort">Renew</th>
734
                                                    <th data-colname="renew" class="nosort">Renew</th>
733
                                                [% END %]
735
                                                [% END %]
Lines 799-804 Link Here
799
                                                        <span class="tdlabel">Date due:</span>
801
                                                        <span class="tdlabel">Date due:</span>
800
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
802
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
801
                                                    </td>
803
                                                    </td>
804
                                                    <td class="checkout_branch" data-order="[% OVERDUE.branchname | html %]">[% OVERDUE.branchname | html %]</td>
802
                                                    [% IF ( OpacRenewalAllowed ) %]
805
                                                    [% IF ( OpacRenewalAllowed ) %]
803
                                                        <td>
806
                                                        <td>
804
                                                            [% IF ( OVERDUE.debarred ) %]
807
                                                            [% IF ( OVERDUE.debarred ) %]
805
- 

Return to bug 30221