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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-2 / +3 lines)
Lines 354-360 Link Here
354
    [% Asset.js("js/tools-menu.js") | $raw %]
354
    [% Asset.js("js/tools-menu.js") | $raw %]
355
    [% Asset.js("js/marc_modification_templates.js") | $raw %]
355
    [% Asset.js("js/marc_modification_templates.js") | $raw %]
356
    <script>
356
    <script>
357
        var mmtas = [% ActionsLoop.json | $raw %]
357
        [% IF ActionsLoop %]
358
            var mmtas = [% ActionsLoop.json | $raw %]
359
        [% END %]
358
    </script>
360
    </script>
359
[% END %]
361
[% END %]
360
362
361
- 

Return to bug 28423