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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt (-17 / +14 lines)
Lines 21-40 Link Here
21
    [% INCLUDE 'acquisitions-search.inc' %]
21
    [% INCLUDE 'acquisitions-search.inc' %]
22
[% END %]
22
[% END %]
23
23
24
<div id="vendors">
24
<div id="vendors"></div>
25
    <!-- this is closed in intranet-bottom.inc -->
26
25
27
    [% MACRO jsinclude BLOCK %]
26
[% MACRO jsinclude BLOCK %]
28
        [% INCLUDE 'calendar.inc' %]
27
    [% INCLUDE 'calendar.inc' %]
29
        [% INCLUDE 'datatables.inc' %]
28
    [% INCLUDE 'datatables.inc' %]
30
        [% INCLUDE 'js-patron-format.inc' %]
29
    [% INCLUDE 'js-patron-format.inc' %]
31
        [% INCLUDE 'js-date-format.inc' %]
30
    [% INCLUDE 'js-date-format.inc' %]
32
        [% INCLUDE 'format_price.inc' %]
31
    [% INCLUDE 'format_price.inc' %]
33
        <script>
32
    <script>
34
            const vendorTableSettings = [% TablesSettings.GetTableSettings( 'acqui', 'vendors', 'vendors', 'json' ) | $raw %];
33
        const vendorTableSettings = [% TablesSettings.GetTableSettings( 'acqui', 'vendors', 'vendors', 'json' ) | $raw %];
35
        </script>
34
    </script>
36
        [% Asset.js("js/vue/dist/acquisitions.js") | $raw %]
35
    [% Asset.js("js/vue/dist/acquisitions.js") | $raw %]
37
        [% INCLUDE 'select2.inc' %]
36
    [% INCLUDE 'select2.inc' %]
38
    [% END %]
37
[% END %]
39
    [% INCLUDE 'intranet-bottom.inc' %]</div
38
[% INCLUDE 'intranet-bottom.inc' %]
40
>
41
- 

Return to bug 40106