Do not insert entries related to uf_join and price_set_entity in recurring_entity...
authorunknown <priyanka.karan26@gmail.com>
Thu, 18 Sep 2014 11:16:17 +0000 (12:16 +0100)
committerdeepak-srivastava <deepak.srivastava.0303@gmail.com>
Fri, 3 Oct 2014 09:08:26 +0000 (10:08 +0100)
CRM/Core/Form/RecurringEntity.php

index 19151dbe8116fc85133ab26a160d65d2d270b1e5..468877aeff427ed593172a9a667ff2e6ab45e158 100644 (file)
@@ -295,7 +295,7 @@ class CRM_Core_Form_RecurringEntity {
           'entity_table' => 'civicrm_event'
         ),
         'linkedColumns' => array('entity_id'),
-        'isRecurringEntityRecord' => TRUE,
+        'isRecurringEntityRecord' => FALSE,
       ),
       array(
         'table'         => 'civicrm_uf_join',
@@ -304,7 +304,7 @@ class CRM_Core_Form_RecurringEntity {
           'entity_table' => 'civicrm_event'
         ),
         'linkedColumns' => array('entity_id'),
-        'isRecurringEntityRecord' => TRUE,
+        'isRecurringEntityRecord' => FALSE,
       ),
       array(
         'table'         => 'civicrm_tell_friend',