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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt (-2 / +1 lines)
Lines 152-158 Your list : [% shelfname | $raw %] Link Here
152
            <ul>
152
            <ul>
153
                [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]<li>
153
                [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]<li>
154
                    [% Branches.GetName(ITEM_RESULT.holdingbranch) | $raw %]
154
                    [% Branches.GetName(ITEM_RESULT.holdingbranch) | $raw %]
155
                    [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %]%]
155
                    [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %]
156
                    [% IF ITEM_RESULT.itemcallnumber %]([% ITEM_RESULT.itemcallnumber | $raw %])[% END %]
156
                    [% IF ITEM_RESULT.itemcallnumber %]([% ITEM_RESULT.itemcallnumber | $raw %])[% END %]
157
                    [% ITEM_RESULT.barcode | $raw %]
157
                    [% ITEM_RESULT.barcode | $raw %]
158
                </li>[% END %]
158
                </li>[% END %]
159
- 

Return to bug 27272