|
Lines 292-298
Link Here
|
| 292 |
[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] |
292 |
[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] |
| 293 |
<li> |
293 |
<li> |
| 294 |
<strong>[% Branches.GetName(ITEM_RESULT.holdingbranch) | html %]</strong> |
294 |
<strong>[% Branches.GetName(ITEM_RESULT.holdingbranch) | html %]</strong> |
| 295 |
<span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %]</span> |
295 |
<span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.effective_location, opac => 1 ) | html %]</span> |
| 296 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
296 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
| 297 |
([% ITEM_RESULT.itemcallnumber | html %]) |
297 |
([% ITEM_RESULT.itemcallnumber | html %]) |
| 298 |
[% END %] |
298 |
[% END %] |
|
Lines 374-380
Link Here
|
| 374 |
>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] |
374 |
>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %] |
| 375 |
<li> |
375 |
<li> |
| 376 |
[% Branches.GetName(ITEM_RESULT.holdingbranch) | html %] |
376 |
[% Branches.GetName(ITEM_RESULT.holdingbranch) | html %] |
| 377 |
<span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %]</span> |
377 |
<span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.effective_location, opac => 1 ) | html %]</span> |
| 378 |
<span class="ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ITEM_RESULT.ccode, opac => 1 ) | html %]</span> |
378 |
<span class="ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ITEM_RESULT.ccode, opac => 1 ) | html %]</span> |
| 379 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
379 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
| 380 |
([% ITEM_RESULT.itemcallnumber | html %]) |
380 |
([% ITEM_RESULT.itemcallnumber | html %]) |