Debug v21

This commit is contained in:
Laurent Destailleur
2024-11-05 01:43:48 +01:00
parent e7d628109d
commit 590ecf0243
7 changed files with 53 additions and 43 deletions

View File

@@ -545,6 +545,7 @@ function fillArrayOfFilterFields($object, $tablealias, $labelofobject, &$arrayof
// Add main fields of object
foreach ($object->fields as $key => $val) {
if (empty($val['measure'])) {
// Exclude some fields
if (in_array($key, array(
'id', 'ref_ext', 'rowid', 'entity', 'last_main_doc', 'logo', 'logo_squarred', 'extraparams',
'parent', 'photo', 'socialnetworks', 'webservices_url', 'webservices_key'))) {