From 4609e95f9d9f8bd2a773522d67d7cd6126c9120a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Feb 2018 17:40:06 +0000 Subject: [PATCH] Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :) This patch removes the space before the colon in the "vendor" label in the vendor search pop-up window. To test, apply the patch and go to Serials -> New subscription. - Click the "Search for a vendor" link next to the vendor form field. - In the pop-up window, confirm that there is no space before the colon in the "vendor" label. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt index 60d270dd59..a1c4885dbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt @@ -9,7 +9,7 @@

Serial subscription: search for vendor

- +
-- 2.11.4.GIT