From d111ee97c2f6469e190b8ec065c8d22f334bce17 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 25 Sep 2013 12:37:19 +0200 Subject: [PATCH] Doc --- htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php b/htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php index ebba9b38572..bdb35d67fbe 100644 --- a/htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php +++ b/htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php @@ -697,6 +697,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder $posy+=2; // Add list of linked orders on shipment + // Currently not supported by pdf_writeLinkedObjects, link for delivery to order is done through shipment) if ($object->origin == 'expedition' || $object->origin == 'shipping') { $Yoff=$posy-5; @@ -708,7 +709,6 @@ class pdf_typhon extends ModelePDFDeliveryOrder $origin = $shipment->origin; $origin_id = $shipment->origin_id; - // TODO move to external function if ($conf->$origin->enabled) { $outputlangs->load('orders');