From d53b77fadbfe3125b6fbd56bfa9415a7317aee07 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 29 Aug 2024 12:20:36 +0200 Subject: [PATCH] Bug 37745: Fix change framework Same problem as the previous patch when we try to change the bib framework while editing a bib record Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index 7ea0f716f4..1a79aee53c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -970,7 +970,7 @@ $(document).ready(function(){ [% END %]
  • - + [% IF ( frameworkcode ) %]   [% ELSE %] @@ -981,7 +981,7 @@ $(document).ready(function(){
  • [% FOREACH framework IN frameworks%]
  • - + [% IF framework.frameworkcode == frameworkcode %] [% ELSE %] -- 2.39.5