Removed code that prematurely removes rates while building registration data causing...
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 5 Jan 2018 21:47:08 +0000 (16:47 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 5 Jan 2018 21:47:08 +0000 (16:47 -0500)
classes/data/dataRegEvent.php

index 6c05088..cd1af71 100644 (file)
@@ -939,7 +939,7 @@ class GlmDataRegistrationsRegEvent extends GlmDataAbstract
                             }
 
                         }
-                        unset($this->regEventData['reg_time'][$regTimeKey]);
+//                        unset($this->regEventData['reg_time'][$regTimeKey]);
 
                     }