From a7e9247e2b52854f897dd934efe26d60d3fd1046 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 8 Sep 2023 11:04:56 +0000 Subject: [PATCH] Bug 34743: Fix POD description Currently --expiration-from-today has the same definition as --update-expiration. The description has now been updated to reflect the fact that it will set the date from today, and not the patron's enrollment date Test plan: Look at the patch file and confirm that the POD now mentions today's date rather than the patron's enrollment date Signed-off-by: Laura Escamilla Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 91dd8dd16f11f721d109f240eb9928b7383f9b15) Signed-off-by: Fridolin Somers (cherry picked from commit 636c601995db0e8b86c75a304b9e27dfb00a5245) Signed-off-by: Matt Blenkinsop --- misc/import_patrons.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/import_patrons.pl b/misc/import_patrons.pl index 6af1fcc71d..cba3addc69 100755 --- a/misc/import_patrons.pl +++ b/misc/import_patrons.pl @@ -164,7 +164,7 @@ If a matching patron is found, extend the expiration date of their account using =item B<-et|--expiration-from-today> -If a matching patron is found, extend the expiration date of their account using the patron's enrollment date as the base +If a matching patron is found, extend the expiration date of their account using today's date as the base =item B<-v|--verbose> -- 2.39.2