mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
show x instead of 1 or 0 for boolean field in export
This commit is contained in:
parent
7c8ac8cfcb
commit
9913938c1b
@ -124,7 +124,7 @@ class ListActivity implements ListInterface, GroupedExportInterface
|
|||||||
return 'attendee';
|
return 'attendee';
|
||||||
}
|
}
|
||||||
|
|
||||||
return $value ? 1 : 0;
|
return $value ? 'X' : '';
|
||||||
};
|
};
|
||||||
|
|
||||||
case 'list_reasons':
|
case 'list_reasons':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user