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 1236-1241 Link Here
1236
                var biblio_id = $(this).data('biblio-id');
1236
                var biblio_id = $(this).data('biblio-id');
1237
1237
1238
                this_dropdown.select2({
1238
                this_dropdown.select2({
1239
                    width: 'style',
1239
                    allowClear: false,
1240
                    allowClear: false,
1240
                    ajax: {
1241
                    ajax: {
1241
                        url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1242
                        url: '/api/v1/biblios/' + encodeURIComponent(biblio_id) + '/pickup_locations',
1242
- 

Return to bug 27864