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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-6 lines)
Lines 82-93 Link Here
82
    <script>
82
    <script>
83
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
83
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
84
    </script>
84
    </script>
85
    <script>
86
        dayjs.extend(window.dayjs_plugin_isSameOrAfter);
87
    </script>
88
    <script>
89
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
90
    </script>
91
    [% Asset.js("js/catalog.js") | $raw %]
85
    [% Asset.js("js/catalog.js") | $raw %]
92
86
93
    [% IF Koha.Preference('EnableBooking') %]
87
    [% IF Koha.Preference('EnableBooking') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-6 lines)
Lines 206-217 Link Here
206
    <script>
206
    <script>
207
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
207
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
208
    </script>
208
    </script>
209
    <script>
210
        dayjs.extend(window.dayjs_plugin_isSameOrAfter);
211
    </script>
212
    <script>
213
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
214
    </script>
215
    [% Asset.js("js/catalog.js") | $raw %]
209
    [% Asset.js("js/catalog.js") | $raw %]
216
210
217
    [% IF Koha.Preference('EnableBooking') %]
211
    [% IF Koha.Preference('EnableBooking') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-6 lines)
Lines 136-147 Link Here
136
    <script>
136
    <script>
137
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
137
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
138
    </script>
138
    </script>
139
    <script>
140
        dayjs.extend(window.dayjs_plugin_isSameOrAfter);
141
    </script>
142
    <script>
143
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
144
    </script>
145
    [% Asset.js("js/catalog.js") | $raw %]
139
    [% Asset.js("js/catalog.js") | $raw %]
146
140
147
    [% IF Koha.Preference('EnableBooking') %]
141
    [% IF Koha.Preference('EnableBooking') %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-7 lines)
Lines 95-106 Link Here
95
    <script>
95
    <script>
96
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
96
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
97
    </script>
97
    </script>
98
    <script>
99
        dayjs.extend(window.dayjs_plugin_isSameOrAfter);
100
    </script>
101
    <script>
102
        dayjs.extend(window.dayjs_plugin_isSameOrBefore);
103
    </script>
104
    [% Asset.js("js/catalog.js") | $raw %]
98
    [% Asset.js("js/catalog.js") | $raw %]
105
    [% Asset.js("js/browser.js") | $raw %]
99
    [% Asset.js("js/browser.js") | $raw %]
106
100
107
- 

Return to bug 37661