diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php index d3c6485f317617d8120d67583c8bb39b98263ce6..abbc17aed43fdd420ee93e3c1981f955ebc8f1b9 100644 --- a/htdocs/comm/propal/note.php +++ b/htdocs/comm/propal/note.php @@ -1,6 +1,7 @@ <?php /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net> + * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * * 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 @@ -95,7 +96,7 @@ if ($_GET["propalid"]) print '<tr><td>'.$langs->trans("Company").'</td><td>'; if ($societe->client == 1) { - $url ='fiche.php?socid='.$societe->id; + $url ='../fiche.php?socid='.$societe->id; } else {