From 5a1ee3229b638465026e84fac93f4cb1d42b3217 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Fri, 18 Apr 2025 14:30:10 +0000 Subject: [PATCH] Bug 39679: Add space before barcode in holds table To test: 1 : place an item-level hold for an item with a barcode 2 : in the holds list on request.pl, see that the Details column for your hold lists "Only item[barcode]" in the dropdown without a space before the barcode 3 : apply patch, restart_all, reload page 4 : confirm your hold has a space before the barcode --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 2d65e83dc1..dfc7641b99 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -232,7 +232,7 @@