Quantcast
Channel: Dolibarr ERP & CRM - OpenSource software - Forum
Viewing all articles
Browse latest Browse all 1543

Subject: Send invoice by email - Solved ( Move it Bugs) - by: quid

$
0
0
Yes it is a bug : Solution: On file: compta/facture.php replace Line 336 from: $fileparams = dol_most_recent_file($conf->facture->dir_output . '/' . $ref, preg_quote($object->ref,'/')); To: $fileparams = dol_most_recent_file($conf->facture->dir_output . '/' . $ref, preg_quote(dol_sanitizeFileName($object->ref),'/'));

Viewing all articles
Browse latest Browse all 1543

Trending Articles