Now removing time records marked as non-time-specific from reg_times for registration...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:12:52 +0000 (11:12 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:12:52 +0000 (11:12 -0500)
classes/data/dataRegEvent.php

index 2bff88c..8ad92ef 100644 (file)
@@ -906,6 +906,8 @@ class GlmDataRegistrationsRegEvent extends GlmDataAbstract
 
                         }
 
+                        unset($this->regEventData['reg_time'][$regTimeKey]);
+
                     // If time specific event - calculate based on the time entries
                     } else {