2
0
forked from Wavyzz/dolibarr

Debug v21

This commit is contained in:
ldestailleur
2025-02-22 13:57:07 +01:00
parent fc30630f1c
commit be76a4bca6
4 changed files with 10 additions and 10 deletions

View File

@@ -546,7 +546,7 @@ function fillArrayOfFilterFields($object, $tablealias, $labelofobject, &$arrayof
// 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'))) {
'parent', 'pass', 'pass_crypted', 'pass_temp', 'photo', 'socialnetworks', 'webservices_url', 'webservices_key'))) {
continue;
}
if (isset($val['enabled']) && ! (int) dol_eval($val['enabled'], 1, 1, '1')) {