From a81095bdcf218475608180afc9fc325af8bccef0 Mon Sep 17 00:00:00 2001
From: erics <erics>
Date: Wed, 22 Dec 2004 20:17:45 +0000
Subject: [PATCH] bug d'url, error 404

---
 htdocs/comm/propal/note.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 @@
 <?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
 	    {
-- 
GitLab