affiche libellé produit dans la langue du client en plus de la description (variable de conf renommée en PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE

This commit is contained in:
Christophe Battarel
2012-01-16 17:12:29 +01:00
parent 5524d42ddb
commit 6a90298af0
5 changed files with 37 additions and 14 deletions

View File

@@ -554,7 +554,7 @@ if ($action == 'addline' && $user->rights->commande->creer)
}
// Define output language
if (! empty($conf->global->MAIN_MULTILANGS) && ! empty($conf->global->PRODUIT_DESC_IN_THIRDPARTY_LANGUAGE))
if (! empty($conf->global->MAIN_MULTILANGS) && ! empty($conf->global->PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE))
{
$outputlangs = $langs;
$newlang='';