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

index 9fa3a5f..a0484a3 100644 (file)
@@ -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};
     }