diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php index d3c6485f317..abbc17aed43 100644 --- a/htdocs/comm/propal/note.php +++ b/htdocs/comm/propal/note.php @@ -1,6 +1,7 @@ * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004 Eric Seigne * * 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 ''.$langs->trans("Company").''; if ($societe->client == 1) { - $url ='fiche.php?socid='.$societe->id; + $url ='../fiche.php?socid='.$societe->id; } else {