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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-1 / +1 lines)
Lines 34-40 Link Here
34
    [% url = BLOCK %][% url | $raw %][% "&count=" _ results_per_page | url %][% END %]
34
    [% url = BLOCK %][% url | $raw %][% "&count=" _ results_per_page | url %][% END %]
35
  [% END %]
35
  [% END %]
36
  [% FOREACH facet IN facets_loo.facets %]
36
  [% FOREACH facet IN facets_loo.facets %]
37
  [% IF facets_loo.type_label_CollectionCodes %][% SET facet.facet_label_value = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => facet.facet_label_value,0) || facet.facet_label_value %][% END %]
37
  [% IF facets_loo.type_label_CollectionCodes %][% SET facet.facet_label_value = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => facet.facet_label_value ) || facet.facet_label_value %][% END %]
38
  [% IF facets_loo.type_label_Language %][% SET facet.facet_label_value = Languages.GetByISOCode(lang,facet.facet_label_value) || facet.facet_label_value %][% END %]
38
  [% IF facets_loo.type_label_Language %][% SET facet.facet_label_value = Languages.GetByISOCode(lang,facet.facet_label_value) || facet.facet_label_value %][% END %]
39
  [% IF loop.count > 5 && !facet.active %]
39
  [% IF loop.count > 5 && !facet.active %]
40
    <li class="collapsible-facet" style="display:none">
40
    <li class="collapsible-facet" style="display:none">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-2 / +1 lines)
Lines 151-157 Link Here
151
            </td>
151
            </td>
152
            <td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.ccode ) | html %]</td>
152
            <td class="hq-collection">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.ccode ) | html %]</td>
153
            <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) | html %]</td>
153
            <td class="hq-itemtype">[% ItemTypes.GetDescription( itemsloo.itype ) | html %]</td>
154
            <td class="hq-callnumber">[% IF ( itemsloo.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => 'itemsloo.location ) | html %]</em> [% END %][% itemsloo.itemcallnumber | html %]</td>
154
            <td class="hq-callnumber">[% IF ( itemsloo.location ) %]<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.location ) | html %]</em> [% END %][% itemsloo.itemcallnumber | html %]</td>
155
            <td class="hq-copynumber">[% itemsloo.copynumber | html %]</td>
155
            <td class="hq-copynumber">[% itemsloo.copynumber | html %]</td>
156
            <td class="hq-enumchron">[% itemsloo.enumchron | html %]</td>
156
            <td class="hq-enumchron">[% itemsloo.enumchron | html %]</td>
157
            <td class="hq-barcode">
157
            <td class="hq-barcode">
158
- 

Return to bug 26323