Fix: No double title on margin tabs
This commit is contained in:
parent
bb2e843fc9
commit
5c9edcd6a3
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user