Fix: No double title on margin tabs

This commit is contained in:
Laurent Destailleur 2014-06-29 14:04:51 +02:00
parent bb2e843fc9
commit 5c9edcd6a3
3 changed files with 3 additions and 4 deletions

View File

@ -74,7 +74,7 @@ $form = new Form($db);
llxHeader('',$langs->trans("Margins").' - '.$langs->trans("Agents"));
$text=$langs->trans("Margins");
print_fiche_titre($text);
//print_fiche_titre($text);
// Show tabs
$head=marges_prepare_head($user);

View File

@ -66,7 +66,7 @@ $form = new Form($db);
llxHeader('',$langs->trans("Margins").' - '.$langs->trans("Clients"));
$text=$langs->trans("Margins");
print_fiche_titre($text);
//print_fiche_titre($text);
// Show tabs
$head=marges_prepare_head($user);

View File

@ -89,8 +89,7 @@ $form = new Form($db);
llxHeader('',$langs->trans("Margins").' - '.$langs->trans("Products"));
$text=$langs->trans("Margins");
print_fiche_titre($text);
//print_fiche_titre($text);
// Show tabs
$head=marges_prepare_head($user);