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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue (-5 / +1 lines)
Lines 186-195 export default { Link Here
186
                ],
186
                ],
187
            },
187
            },
188
            filters_options: {
188
            filters_options: {
189
                1: () =>
189
                1: () => map_av_dt_filter("av_title_publication_types"),
190
                    map_av_dt_filter(
191
                        "av_title_publication_types"
192
                    ),
193
            },
190
            },
194
            actions: { 0: ["show"] },
191
            actions: { 0: ["show"] },
195
            default_filters: {
192
            default_filters: {
196
- 

Return to bug 38201