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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-3 / +2 lines)
Lines 1-5 Link Here
1
[% USE ItemTypes %]
1
[% USE ItemTypes %]
2
[% USE KohaAuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
Lines 77-83 $(document).ready(function() { Link Here
77
                                         [% IF ( itemsloo.size ) %][% itemsloo.size %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]</p>
77
                                         [% IF ( itemsloo.size ) %][% itemsloo.size %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]</p>
78
			</div>
78
			</div>
79
			</td>
79
			</td>
80
            <td class="hq-collection">[% KohaAuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td>
80
            <td class="hq-collection">[% AuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) %]</td>
81
            <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) %]</td>
81
            <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) %]</td>
82
            <td class="hq-callnumber">[% itemsloo.location %] [% itemsloo.itemcallnumber %]</td>
82
            <td class="hq-callnumber">[% itemsloo.location %] [% itemsloo.itemcallnumber %]</td>
83
            <td class="hq-copynumber">[% itemsloo.copynumber %]</td>
83
            <td class="hq-copynumber">[% itemsloo.copynumber %]</td>
84
- 

Return to bug 10626