From 704c70ec13ac4f0195223d42cd08547d88b0e67a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 20 Feb 2023 20:57:43 +0000 Subject: [PATCH] Bug 33011: Fix capitalization for "Show in Staff interface?" This fixes another previously missed occurence. To test: * Activate SavedSearchFilters system preference * Search anything and save your search as a filter from the staff interface results page * Go to Administration > search filters * Click 'Edit search' for your saved filter * Confirm you are taken to advanced search page * On top of the page, you'll see: Show in Staff interface? * Apply patch * Verify the string was corrected Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt index 0637bc41d4d..f966029aa61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -61,7 +61,7 @@ [% ELSE %] [% END %] - + [% IF edit_filter.staff_client %] [% ELSE %] -- 2.37.1 (Apple Git-137.1)