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',