2
0
forked from Wavyzz/dolibarr

Fix: replace with simple directory

This commit is contained in:
Regis Houssin
2009-07-05 08:31:08 +00:00
parent 0a06027c9f
commit f96ea81ac5
13 changed files with 30 additions and 59 deletions

View File

@@ -132,7 +132,7 @@ class InterfaceNotification
$action_notify = 'NOTIFY_VAL_ORDER_SUPPLIER';
$ref = dol_sanitizeFileName($object->ref);
$filepdf = $conf->fournisseur->commande->dir_output . '/' . $ref . '/' . $ref . '.pdf';
$filepdf = $conf->fournisseur->dir_output . '/commande/' . $ref . '/' . $ref . '.pdf';
$mesg = 'La commande fournisseur '.$object->ref." a été validée.\n";
$notify = new Notify($this->db);