From a4ba86b09ecdc69d8d13caac24016c0508a1c98d Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Sun, 18 Nov 2018 20:57:54 -0500 Subject: [PATCH] use integers to avoid stupid core errror --- batchexportperm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batchexportperm.php b/batchexportperm.php index 2c17b78..4d13d0a 100644 --- a/batchexportperm.php +++ b/batchexportperm.php @@ -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, ], ];