From 4b326a4b59b232ea50e28c6b28d528dba36ff1ab Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Thu, 4 Sep 2025 13:08:02 +0000 Subject: [PATCH] Bug 40747: Fixed placeholder text for publication details in the holds queue filter To test: 1. Place an item on hold. Run the holds queue (perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl) 2. Go to Circulation > Holds queue and notice that the filter under Publication details says "Author" as the placeholder. 3. Apply the patch. Restart_all 4. Repeat step 2 or refresh the page. Notice that the placeholder text for Publication details now says "Publication details" 5. Sign off -- have a wonderful day! :D Signed-off-by: Lawrence ORegan-Lloyd Signed-off-by: Brendan Lawlor --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index 8663d96dcb..5a4d997a9e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -111,7 +111,7 @@ - + -- 2.39.5