From 918ef61cf6249475e64bd21015040acf19971382 Mon Sep 17 00:00:00 2001 From: phette23 Date: Wed, 24 Sep 2025 12:49:22 -0700 Subject: [PATCH] Bug 40873: AV dropdowns in OPAC don't use lib_opac To test (ktd): - Sign into the admin side - Go to Administration > Authorized Values - Edit or add to SUGGEST_FORMAT such that one AV has a different lib_opac - Sign into the public catalog - Go to purchase suggestions /cgi-bin/koha/opac-suggestions.pl?op=add_form - Note that the AV in the 'Item type' dropdown does not use your lib_opac text - Apply the patch and refresh the page - Now the AV uses the lib_opac text Sponsored-By: California College of the Arts --- koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc index c26f1adb01..7061a4027b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/av-build-dropbox.inc @@ -15,7 +15,7 @@ [% END %] [% FOR av IN avs %] - + [% END %] [% ELSE %] -- 2.51.0