From 4bd03b3394f044c0e22b3385613414839f69806f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Sep 2014 12:16:17 +0100 Subject: [PATCH] Do not insert entries related to uf_join and price_set_entity in recurring_entity table --- CRM/Core/Form/RecurringEntity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Form/RecurringEntity.php b/CRM/Core/Form/RecurringEntity.php index 19151dbe81..468877aeff 100644 --- a/CRM/Core/Form/RecurringEntity.php +++ b/CRM/Core/Form/RecurringEntity.php @@ -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', -- 2.25.1