From 13a9793c8c59f4391aa36e8ac17aa063e34c6ae1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Jun 2004 17:56:10 +0000 Subject: [PATCH] Fix: Le lien de l'onglet de la fiche facture etait invalide --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b50ac788322..da6173e8266 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -726,7 +726,7 @@ else $author->fetch(); - $head[0][0] = DOL_URL_ROOT.'/comm/propal.php?propalid='.$propal->id; + $head[0][0] = DOL_URL_ROOT."$PHP_SELF?facid=".$_GET["facid"]; $head[0][1] = "Facture : $fac->ref"; $h = 1; $a = 0;