use integers to avoid stupid core errror

This commit is contained in:
Jon Goldberg 2018-11-18 20:57:54 -05:00
parent 9243ac2e57
commit a4ba86b09e
Signed by: jon
GPG Key ID: 0DC025928E9AA851

View File

@ -95,10 +95,10 @@ function batchexportperm_civicrm_managed(&$entities) {
'title' => 'Batch Details', 'title' => 'Batch Details',
'extends' => 'Contribution', 'extends' => 'Contribution',
'style' => 'Inline', 'style' => 'Inline',
'collapse_display' => TRUE, 'collapse_display' => 1,
'is_active' => TRUE, 'is_active' => TRUE,
'is_multiple' => FALSE, 'is_multiple' => FALSE,
'collapse_adv_display' => FALSE, 'collapse_adv_display' => 0,
'is_reserved' => TRUE, 'is_reserved' => TRUE,
], ],
]; ];