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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue (-1 / +3 lines)
Lines 152-157 export default { Link Here
152
    },
152
    },
153
    methods: {
153
    methods: {
154
        async getAgreementCount() {
154
        async getAgreementCount() {
155
            const spclient = APIClient.sysprefs
156
            spclient.sysprefs.update("CardnumberLength", "42")
157
155
            const client = APIClient.erm
158
            const client = APIClient.erm
156
            await client.agreements.count().then(
159
            await client.agreements.count().then(
157
                count => {
160
                count => {
158
- 

Return to bug 33289