From 2a2b1096f8e9ed9ab121a803b94b5755e3cfc5e5 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 23 Nov 2022 11:30:39 -0500 Subject: [PATCH] Online Renewal - Got surveys working Signed-off-by: Terran McCanna --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}; } -- 2.11.0