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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-2 / +1 lines)
Lines 199-205 Link Here
199
                 <p>[% itemsloo.patron.phone | html %]</p>
199
                 <p>[% itemsloo.patron.phone | html %]</p>
200
              [% END %]
200
              [% END %]
201
            </td>
201
            </td>
202
            <td class="hq-patron-category">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td>
202
            <td class="hq-patroncategory">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td>
203
            <td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td>
203
            <td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td>
204
            <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>
205
            <td class="hq-notes">[% itemsloo.notes | html %]</td>
205
            <td class="hq-notes">[% itemsloo.notes | html %]</td>
206
- 

Return to bug 29760