From 9c7427ba154d179b7152eb91dc40824852187921 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 8 Nov 2006 00:02:48 +0000 Subject: [PATCH] Fix: Lien tiers sur boxes fournisseurs --- htdocs/includes/boxes/box_factures_fourn.php | 2 +- htdocs/includes/boxes/box_factures_fourn_imp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/boxes/box_factures_fourn.php b/htdocs/includes/boxes/box_factures_fourn.php index 645846c2b86..79622d867b0 100644 --- a/htdocs/includes/boxes/box_factures_fourn.php +++ b/htdocs/includes/boxes/box_factures_fourn.php @@ -103,7 +103,7 @@ class box_factures_fourn extends ModeleBoxes { $this->info_box_contents[$i][1] = array('align' => 'left', 'text' => $objp->nom, - 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); + 'url' => DOL_URL_ROOT."/fourn/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array( 'align' => 'right', diff --git a/htdocs/includes/boxes/box_factures_fourn_imp.php b/htdocs/includes/boxes/box_factures_fourn_imp.php index 79f0f544d35..657d288fbba 100644 --- a/htdocs/includes/boxes/box_factures_fourn_imp.php +++ b/htdocs/includes/boxes/box_factures_fourn_imp.php @@ -103,7 +103,7 @@ class box_factures_fourn_imp extends ModeleBoxes { $this->info_box_contents[$i][1] = array('align' => 'left', 'text' => $objp->nom, - 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); + 'url' => DOL_URL_ROOT."/fourn/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array( 'align' => 'right',