FIX : header title in commercial area

This commit is contained in:
gauthier 2016-08-31 10:19:40 +02:00
parent 5d7414dcc3
commit 18cf2f8f8b

View File

@ -66,7 +66,7 @@ $companystatic=new Societe($db);
if (! empty($conf->propal->enabled)) $propalstatic=new Propal($db);
if (! empty($conf->commande->enabled)) $orderstatic=new Commande($db);
llxHeader();
llxHeader("",$langs->trans("CommercialArea"));
print_fiche_titre($langs->trans("CommercialArea"),'','title_commercial.png');