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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +1 lines)
Lines 298-304 Link Here
298
            let options = [... new Set(column
298
            let options = [... new Set(column
299
                .data()
299
                .data()
300
                .toArray()
300
                .toArray()
301
                .map(d => d.replace(regex, '').trim().split(/\n/gi).flat())
301
                .map(d => d.replace(regex, '').trim().split(/\n/gi).map(s => s.trim()).flat())
302
                .flat()
302
                .flat()
303
                .sort())];
303
                .sort())];
304
304
305
- 

Return to bug 40118