Fix: bad return line
This commit is contained in:
parent
77f2b276d2
commit
7ae0af3f12
@ -701,7 +701,7 @@ function pdf_getlinedesc($object,$i,$outputlangs,$hideref=0,$hidedesc=0,$issuppl
|
||||
// Description long of product line
|
||||
if ($desc && ($desc != $label))
|
||||
{
|
||||
if ( $libelleproduitservice && empty($hidedesc) ) $libelleproduitservice.="\n";
|
||||
if ( $libelleproduitservice && empty($hidedesc) ) $libelleproduitservice.="<br />";
|
||||
|
||||
if ($desc == '(CREDIT_NOTE)' && $object->lines[$i]->fk_remise_except)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user