use integers to avoid stupid core errror
This commit is contained in:
parent
9243ac2e57
commit
a4ba86b09e
@ -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,
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user