fixed set default
This commit is contained in:
		@@ -177,8 +177,15 @@ function softcreditcustomfields_civicrm_buildForm($formName, &$form) {
 | 
			
		||||
    CRM_Core_Region::instance('page-footer')->add(array(
 | 
			
		||||
      'template' => "CRM/Contribute/Form/SoftCredit-Custom.tpl",
 | 
			
		||||
    ));
 | 
			
		||||
 | 
			
		||||
    for ($blockId = 1; $blockId <= 10; $blockId++) {
 | 
			
		||||
      $entityId = NULL;//CRM_Utils_Array::value('id', CRM_Utils_Array::value($blockId, $softCredits));
 | 
			
		||||
      $entityId = CRM_Utils_Array::value(
 | 
			
		||||
        'soft_credit_id',
 | 
			
		||||
        CRM_Utils_Array::value(
 | 
			
		||||
          $blockId,
 | 
			
		||||
          CRM_Utils_Array::value('soft_credit', $form->_softCreditInfo)
 | 
			
		||||
        )
 | 
			
		||||
      );
 | 
			
		||||
      _softcreditcustomfields_addCustomDataToForm($form, $entityId, $blockId);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user