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 131-137 Link Here
131
                        [% Branches.GetName(hold.branchcode) | html %] <input type="hidden" name="pickup" value="[% hold.branchcode | html %]" />
131
                        [% Branches.GetName(hold.branchcode) | html %] <input type="hidden" name="pickup" value="[% hold.branchcode | html %]" />
132
                    [% ELSE %]
132
                    [% ELSE %]
133
                        <select name="pickup">
133
                        <select name="pickup">
134
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => hold.branchcode, search_params => { "-or" => { pickup_location => 1, branchcode => hold.branchcode } } ) %]
134
                            [% PROCESS options_for_libraries libraries => Branches.pickup_locations( { search_params => { item => hold.itemnumber, patron => hold.patron }, selected => hold.branchcode }) %]
135
                        </select>
135
                        </select>
136
                    [% END %]
136
                    [% END %]
137
                [% END %]
137
                [% END %]
138
- 

Return to bug 22284