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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue (-2 / +1 lines)
Lines 142-148 export default { Link Here
142
                if (this.erm_providers.includes("local")) {
142
                if (this.erm_providers.includes("local")) {
143
                    const client = APIClient.erm
143
                    const client = APIClient.erm
144
144
145
                    const q = filters
145
                    const q = this.filters
146
                        ? {
146
                        ? {
147
                              ...(this.filters.publication_title
147
                              ...(this.filters.publication_title
148
                                  ? {
148
                                  ? {
149
- 

Return to bug 33443