Subtypes Not Visible Fix
authoratif-shaikh <shaikh388@gmail.com>
Wed, 5 Nov 2014 08:18:32 +0000 (13:48 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Wed, 5 Nov 2014 08:18:32 +0000 (13:48 +0530)
CRM/Event/Form/ManageEvent/Registration.php

index da52a4beae28778f5edfe802836223711a8a88eb..a299d81223c6750fa4ee4b318d7050ac32ab5086 100644 (file)
@@ -361,7 +361,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent
     extract( ( is_null($configs) ) ? self::getProfileSelectorTypes() : $configs );
     $element = $prefix . "custom_post_id_multiple[$count]";
     $label .= '<br />'.ts('(bottom of page)');
-    $form->addProfileSelector( $element,  $label, $allowCoreTypes, $allowSubTypes, $profileEntities);
+    $form->addProfileSelector( $element,  $label, $allowCoreTypes, $allowSubTypes, $profileEntities, TRUE);
   }
 
   /**