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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-2 / +2 lines)
Lines 623-629 Link Here
623
                $.ajax({
623
                $.ajax({
624
                    url: '/api/v1/import/[% import_batch_id | html %]/records/'+$(this).data('import_record_id')+'/matches/chosen',
624
                    url: '/api/v1/import/[% import_batch_id | html %]/records/'+$(this).data('import_record_id')+'/matches/chosen',
625
                    method: apimethod,
625
                    method: apimethod,
626
                    data: apidata
626
                    data: apidata,
627
                    contentType: 'application/json'
627
                }).fail(function(){ alert(_("Unable to update match choices")); return false; });
628
                }).fail(function(){ alert(_("Unable to update match choices")); return false; });
628
            });
629
            });
629
630
630
- 

Return to bug 22785