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

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

Return to bug 31316