Uniformisation des constantes

This commit is contained in:
Regis Houssin
2006-07-24 11:44:28 +00:00
parent 1fc47a2bec
commit f4b8c1b2df
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ class pdf_einstein extends ModelePDFCommandes
}
// Ajoute description du produit
if ($conf->global->COMMANDE_ADD_PROD_DESC && !$conf->global->PRODUIT_CHANGE_PROD_DESC)
if ($conf->global->COM_ADD_PROD_DESC && !$conf->global->PRODUIT_CHANGE_PROD_DESC)
{
if ($com->lignes[$i]->product_desc&&$com->lignes[$i]->product_desc!=$fac->lignes[$i]->libelle&&$com->lignes[$i]->product_desc!=$com->lignes[$i]->desc)
{

View File

@@ -219,7 +219,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
}
// Ajoute description du produit
if ($conf->global->COMMANDE_ADD_PROD_DESC && !$conf->global->PRODUIT_CHANGE_PROD_DESC)
if ($conf->global->COM_ADD_PROD_DESC && !$conf->global->PRODUIT_CHANGE_PROD_DESC)
{
if ($lignesdelivery[$i]->product_desc&&$lignesdelivery[$i]->product_desc!=$lignesdelivery[$i]->libelle&&$lignesdelivery[$i]->product_desc!=$lignesdelivery[$i]->desc)
{