Fix vardump

This commit is contained in:
Laurent Destailleur
2021-01-07 12:43:15 +01:00
parent 6da3ed1a51
commit 8c3e7b4dc6

View File

@@ -1003,8 +1003,7 @@ if (empty($reshook))
} else {
$desc = $prod->description;
}
var_dump($desc);
var_dump($product_desc);exit;
//If text set in desc is the same as product description (as now it's preloaded) whe add it only one time
if ($product_desc==$desc && !empty($conf->global->PRODUIT_AUTOFILL_DESC)) {
$product_desc='';