diff --git a/htdocs/contrat/info.php b/htdocs/contrat/info.php index 72d6010591a..612a5b00315 100644 --- a/htdocs/contrat/info.php +++ b/htdocs/contrat/info.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2008 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,9 +47,7 @@ $contrat->info($_GET["id"]); $head = contract_prepare_head($contrat); -$hselected = 3; - -dolibarr_fiche_head($head, $hselected, $langs->trans("Contract")); +dolibarr_fiche_head($head, 'info', $langs->trans("Contract")); print '
';