mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
@@ -494,7 +494,7 @@ if ($action == 'encrypt') {
|
||||
$sql .= " AND te.".$attributekey." IS NOT NULL";
|
||||
$sql .= " AND te.".$attributekey." <> ''";
|
||||
if ($extrafields->attributes[$elementtype]['entityid'][$attributekey] == $conf->entity) {
|
||||
$sql .= " AND t.entity = ".getEntity($arrayofelement['table_element'], 0);
|
||||
$sql .= " AND t.entity = ".getEntity($arrayofelement['element'], 0);
|
||||
}
|
||||
|
||||
//print $sql;
|
||||
|
||||
Reference in New Issue
Block a user