Update commonobject.class.php

This commit is contained in:
Frans Bosman 2019-07-03 16:53:26 +02:00 committed by GitHub
parent f8a5ae90e3
commit cd7d4de6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5029,7 +5029,7 @@ abstract class CommonObject
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);