Merge pull request #5685 from atm-gauthier/3.8_fix_header_title_commercial_area

FIX : header title in commercial area
This commit is contained in:
Laurent Destailleur 2016-09-02 18:36:47 +02:00 committed by GitHub
commit d6a4b58a68

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');