Merge pull request #13151 from frederic34/patch-6

fix CATEGORY_ADD_DESC_INTO_DOC
This commit is contained in:
Laurent Destailleur 2020-02-21 17:55:19 +01:00 committed by GitHub
commit 9b9f6d5da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1401,7 +1401,7 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,
foreach ($tblcateg as $cate)
{
// Adding the descriptions if they are filled
$desccateg = $cate->add_description;
$desccateg = $cate->description;
if ($desccateg)
$libelleproduitservice .= '__N__'.$desccateg;
}