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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue (-2 / +1 lines)
Lines 161-167 export default { Link Here
161
        },
161
        },
162
        filter_table: async function () {
162
        filter_table: async function () {
163
            let { href } = this.$router.resolve({
163
            let { href } = this.$router.resolve({
164
                name: "EHoldingsEBSCOPackagesShow",
164
                name: "EHoldingsEBSCOPackagesList",
165
            })
165
            })
166
            let new_route = build_url(href, this.filters)
166
            let new_route = build_url(href, this.filters)
167
            this.$router.push(new_route)
167
            this.$router.push(new_route)
168
- 

Return to bug 33941