Skip to content
Snippets Groups Projects
Commit ff6daebe authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX #5203

parent b47db3e9
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ class ProductFournisseur extends Product
$error++;
}
if (! $error && !empty($cong->global->PRODUCT_PRICE_SUPPLIER_NO_LOG))
if (! $error && !empty($conf->global->PRODUCT_PRICE_SUPPLIER_NO_LOG))
{
// Add record into log table
$sql = "INSERT INTO ".MAIN_DB_PREFIX."product_fournisseur_price_log(";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment