From 319f927e36fee76c1c38278b2f33c8add5a87f6e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 8 Mar 2024 21:32:21 +0000 Subject: [PATCH] Bug 35796: Properly set patron_expiration value To test: 1) Set an expiration on the password in a patron account and save. 2) Go to patron details (moremember.pl) and confirm the password has an expiration. 3) Edit the patron account without touching anything and save the account. 4) Go back to patron details (moremember.pl) and note that the expiration on the password has been removed. 5) APPLY PATCH 6) Try 1 - 4 again except this time password expiration is not removed. Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit 60dcb2b0775ba4d47502e68af5d4aa3c127f0f81) Signed-off-by: Fridolin Somers (cherry picked from commit e5cdf2bbc17e30d563187a4948518fdb2056191e) Signed-off-by: Lucas Gass --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 968c9b13b6..81b04a995e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1309,7 +1309,7 @@ legend:hover { [% UNLESS ( !CanUpdatePasswordExpiration ) %]
  • - +
  • [% END %] -- 2.39.5