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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-2 / +1 lines)
Lines 125-131 Link Here
125
                        [% Branches.GetName(hold.branchcode) | html %] <input type="hidden" name="pickup" value="[% hold.branchcode | html %]" />
125
                        [% Branches.GetName(hold.branchcode) | html %] <input type="hidden" name="pickup" value="[% hold.branchcode | html %]" />
126
                    [% ELSE %]
126
                    [% ELSE %]
127
                        <select name="pickup">
127
                        <select name="pickup">
128
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => hold.branchcode ) %]
128
                            [% PROCESS options_for_libraries libraries => Branches.pickup_locations( { search_params => { item => hold.itemnumber, patron => hold.patron }, selected => hold.branchcode }) %]
129
                        </select>
129
                        </select>
130
                    [% END %]
130
                    [% END %]
131
                [% END %]
131
                [% END %]
132
- 

Return to bug 22284