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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-8 / +4 lines)
Lines 359-369 Link Here
359
    [%# /.container %]
359
    [%# /.container %]
360
[% END %]
360
[% END %]
361
361
362
[% MACRO jsinclude BLOCK %]
363
    [% INCLUDE 'datatables.inc' %]
364
    [% Asset.js("js/cart.js") | $raw %]
365
[% END %]
362
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
366
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
363
[% INCLUDE 'datatables.inc' %]
364
[% Asset.js("js/cart.js") | $raw %]
365
366
</body>
367
<!-- prettier-ignore-start -->
368
</html>
369
<!--prettier-ignore-end -->
370
- 

Return to bug 38739