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 318-326 export default { Link Here
318
        },
318
        },
319
    },
319
    },
320
    mounted() {
320
    mounted() {
321
        // We this component is mounted from EHoldingsEBSCOPackageAgreements
321
        if (!this.building_table) {
322
        if (!this.building_table) {
322
            this.building_table = true
323
            this.building_table = true
323
            this.getAgreementCount()
324
            this.getAgreementCount().then(() => (this.initialized = true))
324
        }
325
        }
325
    },
326
    },
326
    components: { flatPickr, Toolbar, KohaTable },
327
    components: { flatPickr, Toolbar, KohaTable },
327
- 

Return to bug 33483