Lines 68-78
Link Here
|
68 |
[% CASE "Library" %] |
68 |
[% CASE "Library" %] |
69 |
<strong>Library:</strong> [% Branches.GetName( loopfilte.filter ) | html %] |
69 |
<strong>Library:</strong> [% Branches.GetName( loopfilte.filter ) | html %] |
70 |
[% CASE "Shelving Location" %] |
70 |
[% CASE "Shelving Location" %] |
71 |
<strong>Location:</strong> [% AuthorisedValues.GetByCode( 'LOC', loopfilte.filter ) | html %] |
71 |
<strong>Location:</strong> [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => loopfilte.filter ) %] |
72 |
[% CASE "Collection Code" %] |
72 |
[% CASE "Collection Code" %] |
73 |
<strong>Collection:</strong> [% AuthorisedValues.GetByCode( 'CCODE', loopfilte.filter ) | html %] |
73 |
<strong>Collection:</strong> [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => loopfilte.filter ) %] |
74 |
[% CASE "Status" %] |
74 |
[% CASE "Status" %] |
75 |
<strong>Not for loan:</strong> [% AuthorisedValues.GetByCode( 'NOT_LOAN', loopfilte.filter ) | html %] |
75 |
<strong>Not for loan:</strong> [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => loopfilte.filter ) %] |
76 |
[% CASE "Materials" %] |
76 |
[% CASE "Materials" %] |
77 |
<strong>Materials specified:</strong> [% loopfilte.filter | html %] |
77 |
<strong>Materials specified:</strong> [% loopfilte.filter | html %] |
78 |
[% CASE "Barcode (not like)" %] |
78 |
[% CASE "Barcode (not like)" %] |