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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 902-908 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
902
                })
902
                })
903
            };
903
            };
904
            $.ajax(options)
904
            $.ajax(options)
905
                .then(function(undef, result) {
905
                .then(function(result) {
906
                    showSavedMacros();
906
                    showSavedMacros();
907
                    loadMacro( result.name, result.macro_id );
907
                    loadMacro( result.name, result.macro_id );
908
                })
908
                })
909
- 

Return to bug 27890