diff --git a/htdocs/includes/modules/rapport/pdf_paiement.class.php b/htdocs/includes/modules/rapport/pdf_paiement.class.php index ab8a11ed67c..313443e8b0f 100644 --- a/htdocs/includes/modules/rapport/pdf_paiement.class.php +++ b/htdocs/includes/modules/rapport/pdf_paiement.class.php @@ -32,7 +32,7 @@ Class pdf_paiement { $this->file = $this->dir . "paiements" . ".pdf"; - $this->url = "/document/rapport/" . "paiements" . ".pdf"; + $this->url = DOL_URL_ROOT."/document/rapport/" . "paiements" . ".pdf"; $this->tab_top = 30;