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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-2 lines)
Lines 468-474 Link Here
468
                    "serverSide":  true,
468
                    "serverSide":  true,
469
                    ajax: {
469
                    ajax: {
470
                        url: "batch_records_ajax.pl",
470
                        url: "batch_records_ajax.pl",
471
                        type: "POST",
472
                        data: function ( d ) {
471
                        data: function ( d ) {
473
                            d.import_batch_id = [% import_batch_id | html %];
472
                            d.import_batch_id = [% import_batch_id | html %];
474
                            return d;
473
                            return d;
475
- 

Return to bug 36195