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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-batch-table.js (-2 / +1 lines)
Lines 27-33 Link Here
27
        table = initTable();
27
        table = initTable();
28
28
29
        // Do the initial data population
29
        // Do the initial data population
30
        window.doBatchApiRequest('', {
30
        window.doBatchApiRequest( '?_per_page=-1', {
31
                headers: {
31
                headers: {
32
                    'x-koha-embed': '+strings,requests+count,patron'
32
                    'x-koha-embed': '+strings,requests+count,patron'
33
                }
33
                }
34
- 

Return to bug 36130