From c46b44924b0c7cc5169f66ded23d58a028ecb429 Mon Sep 17 00:00:00 2001 From: Laurent LE CORRE Date: Thu, 9 Apr 2020 13:00:17 +0200 Subject: [PATCH] =?UTF-8?q?Rajout=20de=20la=20soci=C3=A9t=C3=A9=20dans=20l?= =?UTF-8?q?a=20facture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pdf/default/invoice.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/pdf/default/invoice.html b/templates/pdf/default/invoice.html index b1c1c8b6..8782a432 100644 --- a/templates/pdf/default/invoice.html +++ b/templates/pdf/default/invoice.html @@ -218,10 +218,12 @@ {* delivery module can customize the delivery address *} {hook name="invoice.delivery-address" module="{order attr="delivery_module"}" order="{$order_id}"} {/ifhook} - {elsehook rel="invoice.delivery-address"} + {elsehook rel="invoice.delivery-address"}

{loop type="order_address" name="delivery_address" id=$DELIVERY_ADDRESS} - {loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG} {/loop} {$FIRSTNAME} {$LASTNAME}
+ {$COMPANY}
+ {loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG} {/loop} + {$FIRSTNAME} {$LASTNAME}
{$ADDRESS1} {$ADDRESS2} {$ADDRESS3}
{$ZIPCODE} {$CITY}
{loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop} @@ -233,7 +235,9 @@

{intl l="Invoice address"}

{loop type="order_address" name="delivery_address" id=$INVOICE_ADDRESS} - {loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG} {/loop}{$FIRSTNAME} {$LASTNAME}
+ {$COMPANY}
+ {loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG} {/loop} + {$FIRSTNAME} {$LASTNAME}
{$ADDRESS1} {$ADDRESS2} {$ADDRESS3}
{$ZIPCODE} {$CITY}
{loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop}