From: Chris Sharp Date: Mon, 29 Aug 2022 16:38:29 +0000 (-0400) Subject: even further typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=301e3372a560c72eec3f2b3d9062ce1c38f58196;p=evergreen%2Fpines.git even further typo fix Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm index 20edf11800..88d3d47404 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm @@ -362,7 +362,7 @@ sub update_user { if ($temp_renewal == '1') { $au->expire_date( DateTime(now(time_zone => 'local')->add( - seconds => interval_to_seconds('30 days')->iso8601() + seconds => interval_to_seconds('30 days'))->iso8601() ); } else { $au->profile($perm_grp);