From 432acc467a10ba9a58d9cc2ff668558f0c7f2f5b 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 --- .../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 bd4ff14f669..a8aadc60b04 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