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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue (-5 / +2 lines)
Lines 120-128 export default { Link Here
120
                },
120
                },
121
                filters_options: {
121
                filters_options: {
122
                    1: () =>
122
                    1: () =>
123
                        this.map_av_dt_filter(
123
                        this.map_av_dt_filter("av_title_publication_types"),
124
                            "authorisedValues.av_title_publication_types"
125
                        ),
126
                },
124
                },
127
                actions: { 0: ["show"] },
125
                actions: { 0: ["show"] },
128
                default_filters: {
126
                default_filters: {
Lines 252-258 export default { Link Here
252
                    render: function (data, type, row, meta) {
250
                    render: function (data, type, row, meta) {
253
                        return escape_str(
251
                        return escape_str(
254
                            get_lib_from_av(
252
                            get_lib_from_av(
255
                                "authorisedValues.av_title_publication_types",
253
                                "av_title_publication_types",
256
                                row.publication_type
254
                                row.publication_type
257
                            )
255
                            )
258
                        );
256
                        );
259
- 

Return to bug 40774