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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 1206-1211 modules: Link Here
1206
              columnname: barcode
1206
              columnname: barcode
1207
            -
1207
            -
1208
              columnname: patron
1208
              columnname: patron
1209
            -
1210
              columnname: patroncategory
1209
            -
1211
            -
1210
              columnname: send_to
1212
              columnname: send_to
1211
            -
1213
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +7 lines)
Lines 84-89 Link Here
84
        <th class="hq-enumchron">Enumeration</th>
84
        <th class="hq-enumchron">Enumeration</th>
85
        <th class="hq-barcode">Barcode</th>
85
        <th class="hq-barcode">Barcode</th>
86
        <th class="hq-patron">Patron</th>
86
        <th class="hq-patron">Patron</th>
87
        <th class="hq-patroncategory">Patron category</th>
87
        <th class="hq-sendto">Send to</th>
88
        <th class="hq-sendto">Send to</th>
88
        <th class="hq-date">Date</th>
89
        <th class="hq-date">Date</th>
89
        <th class="hq-notes">Notes</th>
90
        <th class="hq-notes">Notes</th>
Lines 129-134 Link Here
129
                <input type="text" placeholder="Patron">
130
                <input type="text" placeholder="Patron">
130
            </span>
131
            </span>
131
        </td>
132
        </td>
133
        <td class="hq-patroncategory">
134
            <span class="filter_column filter_text">
135
                <input type="text" placeholder="Patron category">
136
            </span>
137
        </td>
132
        <td class="hq-sendto">
138
        <td class="hq-sendto">
133
            <span class="filter_column filter_text">
139
            <span class="filter_column filter_text">
134
                <input type="text" placeholder="Send to">
140
                <input type="text" placeholder="Send to">
Lines 193-198 Link Here
193
                 <p>[% itemsloo.patron.phone | html %]</p>
199
                 <p>[% itemsloo.patron.phone | html %]</p>
194
              [% END %]
200
              [% END %]
195
            </td>
201
            </td>
202
            <td class="hq-patron-category">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td>
196
            <td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td>
203
            <td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td>
197
            <td class="hq-date" data-order="[% itemsloo.reservedate | html %]">[% itemsloo.reservedate | $KohaDates %]</td>
204
            <td class="hq-date" data-order="[% itemsloo.reservedate | html %]">[% itemsloo.reservedate | $KohaDates %]</td>
198
            <td class="hq-notes">[% itemsloo.notes | html %]</td>
205
            <td class="hq-notes">[% itemsloo.notes | html %]</td>
199
- 

Return to bug 29760