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=5ceac13caf5ada1a9b17cb3e2b6960da4ee108e0;p=working%2FEvergreen.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 6852d42f9e..c62f60978c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm @@ -365,8 +365,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}; }