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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (-2 / +6 lines)
Lines 22-25 Link Here
22
    marcordermanage="[% CAN_user_acquisition_marc_order_manage | html %]"
22
    marcordermanage="[% CAN_user_acquisition_marc_order_manage | html %]"
23
></acquisitions-menu>
23
></acquisitions-menu>
24
24
25
[% Asset.js("js/vue/dist/islands.js", "init" => "1") | $raw %]
25
[% SET islands = Asset.js("js/vue/dist/islands.esm.js").match('(src="([^"]+)")').1 %] <script src="[% islands %]" type="module">
26
</script>
27
<script type="module">
28
    import { hydrate } from "[% islands %]";
29
    hydrate();
30
</script>
26
- 

Return to bug 38941