Skip to content

Commit

Permalink
Update commonobject.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosman committed Jul 3, 2019
1 parent f8a5ae9 commit cd7d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Expand Up @@ -5029,7 +5029,7 @@ public function insertExtraFields($trigger = '', $userused = null)

if (!empty($attrfieldcomputed))
{
if (!empty($conf->global->MAIN_STORE_COMPUTED_EXTRAFIELDS))
if (!empty($conf->global->MAIN_STORE_COMPUTED_EXTRAFIELDS))
{
$value = dol_eval($attrfieldcomputed, 1, 0);
dol_syslog($langs->trans("Extrafieldcomputed")." sur ".$attributeLabel."(".$value.")", LOG_DEBUG);
Expand Down

0 comments on commit cd7d4de

Please sign in to comment.