Skip to content
Snippets Groups Projects
Commit d6a4b58a authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

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

FIX : header title in commercial area
parents 5d7414dc 18cf2f8f
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ $companystatic=new Societe($db); ...@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment