Code comment

This commit is contained in:
Laurent Destailleur 2016-09-28 18:05:57 +02:00
parent b50d92e712
commit bfd5bb37c5

View File

@ -841,14 +841,12 @@ class pdf_rouget extends ModelePdfExpedition
$Yoff=25;
// Add list of linked orders
// TODO possibility to use with other document (business module,...)
//$object->load_object_linked();
$origin = $object->origin;
$origin_id = $object->origin_id;
// TODO move to external function
if (! empty($conf->$origin->enabled))
if (! empty($conf->$origin->enabled)) // commonly $origin='commande'
{
$outputlangs->load('orders');
@ -857,6 +855,8 @@ class pdf_rouget extends ModelePdfExpedition
$result=$linkedobject->fetch($origin_id);
if ($result >= 0)
{
//$linkedobject->fetchObjectLinked() Get all linked object to the $linkedobject (commonly order) into $linkedobject->linkedObjects
$pdf->SetFont('','', $default_font_size - 2);
$text=$linkedobject->ref;
if ($linkedobject->ref_client) $text.=' ('.$linkedobject->ref_client.')';