From d322ac039f6ae323a6acdef5cfcb85e1b741441e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 14 May 2006 16:32:38 +0000 Subject: [PATCH] Fix: on ne voyait pas le lien du pdf en mode brouillon --- htdocs/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index ee77ad3df3e..b0c2903d28e 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1377,8 +1377,8 @@ else * */ $comref = sanitize_string($commande->ref); - $comref = str_replace("(","",$comref); - $comref = str_replace(")","",$comref); + //$comref = str_replace("(","",$comref); + //$comref = str_replace(")","",$comref); $file = $conf->commande->dir_output . '/' . $comref . '/' . $comref . '.pdf'; $relativepath = $comref.'/'.$comref.'.pdf'; $filedir = $conf->commande->dir_output . '/' . $comref;