From d8465adfe545d0046fdcc089298c58f7da2dfa53 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 Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../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.39.2