From 71ece29e3260c17a43122d690747b35e98570dd2 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 30 Oct 2025 11:51:21 +0000 Subject: [PATCH] Bug 39320: (ERMCounts QA follow-up): Remove documents as an endpoint for listing that does not exist --- .../vue/components/ModuleDashboard/Widgets/ERMCounts.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMCounts.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMCounts.vue index 5d2f1c6350c..eb3467b4a80 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMCounts.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMCounts.vue @@ -40,7 +40,7 @@ export default { name: $__("Counts"), icon: "fas fa-chart-bar", description: $__( - "Shows the number of ERM related resources such as agreements, licenses, local packages, local titles, documents, etc." + "Shows the number of ERM related resources such as agreements, licenses, local packages, local titles, etc." ), ...props, }, @@ -61,12 +61,6 @@ export default { __n("%s license", "%s licenses", count).format(count), count: 0, }, - { - name: "documents_count", - i18nLabel: count => - __n("%s document", "%s documents", count).format(count), - count: 0, - }, { page: "EHoldingsLocalPackagesList", name: "eholdings_packages_count", -- 2.39.5