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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue (-2 / +2 lines)
Lines 314-322 export default { Link Here
314
        },
314
        },
315
    },
315
    },
316
    mounted() {
316
    mounted() {
317
        // We this component is mounted from EHoldingsEBSCOPackageAgreements
317
        if (!this.building_table) {
318
        if (!this.building_table) {
318
            this.building_table = true
319
            this.building_table = true
319
            this.getAgreementCount()
320
            this.getAgreementCount().then(() => (this.initialized = true))
320
        }
321
        }
321
    },
322
    },
322
    components: { flatPickr, Toolbar, KohaTable },
323
    components: { flatPickr, Toolbar, KohaTable },
323
- 

Return to bug 33483