Debug v20

This commit is contained in:
Laurent Destailleur
2024-04-29 19:38:02 +02:00
parent 74c3b58a33
commit 5c018013ed
3 changed files with 14 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
public $export_enabled;
public $export_permission;
public $export_fields_array;
public $export_TypeFields_array; // Array of key=>type where type can be 'Numeric', 'Date', 'Text', 'Boolean', 'Status', 'List:xxx:login:rowid'
public $export_TypeFields_array; // Array of key=>type where type can be 'Numeric', 'Date', 'Text', 'Boolean', 'Status', 'List:xxx:fieldlabel:rowid'
public $export_entities_array;
public $export_aggregate_array;
public $export_examplevalues_array;