From fdefae41510f1d8c0f041dba209625822804194c Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 8 May 2024 10:30:10 +0000 Subject: [PATCH] Bug 36618: (QA follow-up) Hide option for titles with no linked record This patch hides the "Update linked biblio" option for titles that have been created with no linked biblio record --- .../js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue index bd4ff14f66..a8aadc60b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue @@ -366,7 +366,12 @@ -
+
{{ $__("%s linked biblio record").format( -- 2.37.1 (Apple Git-137.1)