forked from CiviWare/org.agbu.batchexportperm
		
	remove debug statement
This commit is contained in:
		@@ -291,7 +291,6 @@ function _batchexportperm_civicrm_allow_contribution_to_edit($contributionId) {
 | 
				
			|||||||
    'id' => $contributionId,
 | 
					    'id' => $contributionId,
 | 
				
			||||||
    'sequential' => 1,
 | 
					    'sequential' => 1,
 | 
				
			||||||
  ])['values'][0]["custom_{$customFieldId}"];
 | 
					  ])['values'][0]["custom_{$customFieldId}"];
 | 
				
			||||||
  CRM_Core_Error::debug('exportdate', $exportDate);
 | 
					 | 
				
			||||||
  if (empty($exportDate) || CRM_Core_Permission::check('edit exported contributions')) {
 | 
					  if (empty($exportDate) || CRM_Core_Permission::check('edit exported contributions')) {
 | 
				
			||||||
    return TRUE;
 | 
					    return TRUE;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user