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:
commit
d6a4b58a68
@ -66,7 +66,7 @@ $companystatic=new Societe($db);
|
|||||||
if (! empty($conf->propal->enabled)) $propalstatic=new Propal($db);
|
if (! empty($conf->propal->enabled)) $propalstatic=new Propal($db);
|
||||||
if (! empty($conf->commande->enabled)) $orderstatic=new Commande($db);
|
if (! empty($conf->commande->enabled)) $orderstatic=new Commande($db);
|
||||||
|
|
||||||
llxHeader();
|
llxHeader("",$langs->trans("CommercialArea"));
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("CommercialArea"),'','title_commercial.png');
|
print_fiche_titre($langs->trans("CommercialArea"),'','title_commercial.png');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user