Merge pull request #24171 from mapiolca/patch-48

FIX  Extrafields in Notes to unify with orders or invoices.
This commit is contained in:
Laurent Destailleur 2023-03-10 14:45:45 +01:00 committed by GitHub
commit 4722191f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,6 +393,13 @@ class pdf_aurore extends ModelePDFSupplierProposal
}
}
}
// Extrafields in note
$extranote = $this->getExtrafieldsInHtml($object, $outputlangs);
if (!empty($extranote)) {
$notetoshow = dol_concatdesc($notetoshow, $extranote);
}
if ($notetoshow) {
$tab_top -= 2;