Skip to content
Snippets Groups Projects
Commit c42a854a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: wrong encoding of special chars

parent c691de60
No related branches found
No related tags found
No related merge requests found
......@@ -858,7 +858,7 @@ function pdf_getlinedesc($object,$i,$outputlangs,$hideref=0,$hidedesc=0,$issuppl
if ( empty($hideref) )
{
if ($issupplierline) $ref_prodserv = $prodser->ref.' ('.$outputlangs->trans("SupplierRef").' '.$ref_supplier.')'; // Show local ref and supplier ref
if ($issupplierline) $ref_prodserv = $prodser->ref.' ('.$outputlangs->transnoentitiesnoconv("SupplierRef").' '.$ref_supplier.')'; // Show local ref and supplier ref
else $ref_prodserv = $prodser->ref; // Show local ref only
$ref_prodserv .= " - ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment