From: Terran McCanna Date: Wed, 23 Nov 2022 16:30:39 +0000 (-0500) Subject: Online Renewal - Got surveys working X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a2b1096f8e9ed9ab121a803b94b5755e3cfc5e5;p=evergreen%2Fpines.git Online Renewal - Got surveys working Signed-off-by: Terran McCanna --- 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 9fa3a5ffaa..a0484a3518 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm @@ -205,8 +205,7 @@ sub load_ecard_submit { } else { return $self->compile_response unless $self->update_user; return $self->compile_response unless $self->update_addresses; -# TERRAN - Survey is broken right now - #return $self->compile_response unless $self->add_survey_responses; + return $self->compile_response unless $self->add_survey_responses; return $self->compile_response unless $self->save_user; return $self->compile_response if $ctx->{response}->{status}; }