From 285c20e0c575a1d105ad4fdaaee3d5c55bea0272 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 11 May 2023 12:51:46 +0200 Subject: [PATCH] Bug 33320: Add spacing in Patron modification requests * Go to the OPAC, log into your account * Make changes to your personal details and save * Go to the staff interface and use the link on the start page to moderate the change request * At the top of the list you'll see something like: Without this patch: Ignore|Patron details With this patch: Ignore | Patron details Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 26b706f4fa3f03772206f41412827980e403c5d8) Signed-off-by: Matt Blenkinsop --- .../intranet-tmpl/prog/en/modules/members/members-update.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt index cb2ede695e..99b2b62c52 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt @@ -129,7 +129,7 @@ - | Patron details +  |  Patron details [% IF borrowers.$borrowernumber.gonenoaddress > 0 %] -- 2.39.2