add extrafields in notes

This commit is contained in:
ATM john
2020-02-23 02:26:21 +01:00
parent 60b3d9d4db
commit 8c36dd0ad8
6 changed files with 99 additions and 27 deletions

View File

@@ -410,6 +410,13 @@ class pdf_eratosthene extends ModelePDFCommandes
}
}
// Extrafields in note
$extranote = $this->getExtrafieldsInHtml($object, $outputlangs);
if (!empty($extranote))
{
$notetoshow = dol_concatdesc($notetoshow, $extranote);
}
$pagenb = $pdf->getPage();
if ($notetoshow)
{