From 5ceac13caf5ada1a9b17cb3e2b6960da4ee108e0 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 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}; } -- 2.11.0