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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/InfiniteScrollSelect.vue (-1 / +1 lines)
Lines 161-166 export default { Link Here
161
                    this.scrollPage++
161
                    this.scrollPage++
162
                    await this.$nextTick()
162
                    await this.$nextTick()
163
                    const client = APIClient.erm
163
                    const client = APIClient.erm
164
                    ul.scrollTop = scrollTop
164
                    await client[this.dataType]
165
                    await client[this.dataType]
165
                        .getAll(
166
                        .getAll(
166
                            {},
167
                            {},
167
- 

Return to bug 32474