mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-10 19:12:59 +01:00
Fix: Uniformisation du code. Sur le noms de fichiers PDF gnrs, on garde les parenthses partout. Ceci afin d'eviter conflit entre un nom temporaire et un nom du module de numrotation.
This commit is contained in:
@@ -174,8 +174,6 @@ class Commande
|
||||
{
|
||||
// On efface le r<>pertoire de pdf provisoire
|
||||
$comref = sanitize_string($this->ref);
|
||||
$comref = str_replace("(","",$comref);
|
||||
$comref = str_replace(")","",$comref);
|
||||
if ($conf->commande->dir_output)
|
||||
{
|
||||
$dir = $conf->commande->dir_output . "/" . $comref ;
|
||||
|
||||
Reference in New Issue
Block a user