From: Chris Sharp Date: Mon, 29 Aug 2022 16:40:57 +0000 (-0400) Subject: even FURTHER typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6e726b00970604fb087a36bf792da4d31c4bdbad;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 88d3d47404..bfe92e711e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm @@ -361,7 +361,7 @@ sub update_user { if ($temp_renewal == '1') { $au->expire_date( - DateTime(now(time_zone => 'local')->add( + DateTime->now(time_zone => 'local')->add( seconds => interval_to_seconds('30 days'))->iso8601() ); } else {