Online Renewal - Got surveys working
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 23 Nov 2022 16:30:39 +0000 (11:30 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Tue, 29 Nov 2022 20:11:02 +0000 (15:11 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm

index 6852d42..c62f609 100644 (file)
@@ -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};
     }