FIX incoterms

This commit is contained in:
florian HENRY 2016-07-28 16:48:16 +02:00
parent c13c15188b
commit 7b72965315

View File

@ -340,6 +340,7 @@ class pdf_crabe extends ModelePDFFactures
if (is_object($object->thirdparty))
{
$object->fk_incoterms=$object->thirdparty->fk_incoterms;
$object->location_incoterms=$object->thirdparty->location_incoterms;
}
$desc_incoterms = $object->getIncotermsForPDF();
if ($desc_incoterms)