FIX incoterms
This commit is contained in:
parent
c13c15188b
commit
7b72965315
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user