From 84926cef04c64b76fea95d406d459ab4006067f0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Dec 2008 13:33:59 +0000 Subject: [PATCH] Fix: Bad tab selected --- htdocs/contrat/info.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 '
';