@@ -, +, @@ 3.a) not that import batches for saving appear on the left side as targets to save import batch through searching again, or through the Staged MARC management in Tools) --- koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 15 --------------- 1 file changed, 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -1395,20 +1395,6 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr { return undefined; } }; -<<<<<<< HEAD - $('a.change-framework').click( function() { - $("#loading").show(); - editor.setFrameworkCode( - $(this).data( 'frameworkcode' ), - true, - function ( error ) { - if ( typeof error !== 'undefined' ) { - humanMsg.displayAlert( _("Failed to change framework"), { className: 'humanError' } ); - } - $('#loading').hide(); - } - ); -======= $.each( backends, function( name ) { if ( !this.save ) return; // Not a saving backend @@ -1417,7 +1403,6 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr id: name + '/', description: '', } ); ->>>>>>> Bug 18823: Rancor - add support for editing/searching records from import batches } ); // Start editor --