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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 1219-1224 Link Here
1219
                var biblio_id = $(this).data('biblio-id');
1219
                var biblio_id = $(this).data('biblio-id');
1220
1220
1221
                this_dropdown.select2({
1221
                this_dropdown.select2({
1222
                    width: 'style',
1222
                    allowClear: false,
1223
                    allowClear: false,
1223
                    ajax: {
1224
                    ajax: {
1224
                        url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1225
                        url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1225
- 

Return to bug 27864