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

(-)a/admin/columns_settings.yml (+1 lines)
Lines 1420-1425 modules: Link Here
1420
            - columnname: type
1420
            - columnname: type
1421
              cannot_be_toggled: 1
1421
              cannot_be_toggled: 1
1422
              cannot_be_modified: 1
1422
              cannot_be_modified: 1
1423
              is_hidden: 1
1423
            -
1424
            -
1424
              columnname: date
1425
              columnname: date
1425
            -
1426
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-3 / +2 lines)
Lines 62-68 Link Here
62
            <table id="table_readingrec">
62
            <table id="table_readingrec">
63
                <thead>
63
                <thead>
64
                    <tr>
64
                    <tr>
65
                        <th style="display:none;">Type</th>
65
                        <th>Type</th>
66
                        <th>Date</th>
66
                        <th>Date</th>
67
                        <th class="anti-the">Title</th>
67
                        <th class="anti-the">Title</th>
68
                        <th>Author</th>
68
                        <th>Author</th>
Lines 84-90 Link Here
84
                        [% SET item = checkout.item %]
84
                        [% SET item = checkout.item %]
85
                        [% SET biblio = item.biblio %]
85
                        [% SET biblio = item.biblio %]
86
                        <tr>
86
                        <tr>
87
                            <td style="display:none;">
87
                            <td>
88
                                [% IF checkout.onsite_checkout %][% issuetype = 'onsite_checkout' | html %]
88
                                [% IF checkout.onsite_checkout %][% issuetype = 'onsite_checkout' | html %]
89
                                [% ELSE %][% issuetype = 'standard_checkout' | html %]
89
                                [% ELSE %][% issuetype = 'standard_checkout' | html %]
90
                                [% END %]
90
                                [% END %]
91
- 

Return to bug 38954