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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue (-2 / +1 lines)
Lines 157-163 export default { Link Here
157
        const client = APIClient.acquisition
157
        const client = APIClient.acquisition
158
        client.vendors.getAll().then(
158
        client.vendors.getAll().then(
159
            vendors => {
159
            vendors => {
160
                this.vendors = vendors
160
                this.vendorStore.vendors = vendors
161
                this.initialized = true
161
                this.initialized = true
162
            },
162
            },
163
            error => {}
163
            error => {}
164
- 

Return to bug 32939