forked from CiviWare/org.agbu.batchexportperm
		
	use integers to avoid stupid core errror
This commit is contained in:
		@@ -95,10 +95,10 @@ function batchexportperm_civicrm_managed(&$entities) {
 | 
			
		||||
      'title' => 'Batch Details',
 | 
			
		||||
      'extends' => 'Contribution',
 | 
			
		||||
      'style' => 'Inline',
 | 
			
		||||
      'collapse_display' => TRUE,
 | 
			
		||||
      'collapse_display' => 1,
 | 
			
		||||
      'is_active' => TRUE,
 | 
			
		||||
      'is_multiple' => FALSE,
 | 
			
		||||
      'collapse_adv_display' => FALSE,
 | 
			
		||||
      'collapse_adv_display' => 0,
 | 
			
		||||
      'is_reserved' => TRUE,
 | 
			
		||||
    ],
 | 
			
		||||
  ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user