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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 332-337 Link Here
332
                                                <li>
332
                                                <li>
333
                                                    [% Branches.GetName(ITEM_RESULT.holdingbranch) | html %]
333
                                                    [% Branches.GetName(ITEM_RESULT.holdingbranch) | html %]
334
                                                    <span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %]</span>
334
                                                    <span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location, opac => 1 ) | html %]</span>
335
                                                    <span class="ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => ITEM_RESULT.ccode, opac => 1 ) | html %]</span>
335
                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
336
                                                    [% IF ( ITEM_RESULT.itemcallnumber ) %]
336
                                                        ([% ITEM_RESULT.itemcallnumber | html %])
337
                                                        ([% ITEM_RESULT.itemcallnumber | html %])
337
                                                    [% END %]
338
                                                    [% END %]
338
- 

Return to bug 35586