From 5845078197468b7da20369936cda9219932459dd Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Fri, 30 Jan 2026 10:43:45 +0100 Subject: [PATCH] =?UTF-8?q?[30/01/2026]=20Ajout=20du=20n=C2=B0=20de=20bon?= =?UTF-8?q?=20de=20commande=20dans=20les=20bons=20de=20livraison=20PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pdf/sterivein/I18n/fr_FR.php | 11 +---------- templates/pdf/sterivein/delivery.html | 4 ++++ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/templates/pdf/sterivein/I18n/fr_FR.php b/templates/pdf/sterivein/I18n/fr_FR.php index 8b4606059..6a5e633d1 100755 --- a/templates/pdf/sterivein/I18n/fr_FR.php +++ b/templates/pdf/sterivein/I18n/fr_FR.php @@ -5,25 +5,16 @@ return array( 'DELIVERY' => 'LIVRAISON', 'Delivery address' => 'Adresse de livraison', 'Delivery module' => 'Mode de livraison', - 'Discount' => 'Remise', 'Email: ' => 'Email :', 'INVOICE' => 'FACTURE', 'Invoice REF' => 'Ref de facture', 'Invoice address' => 'Adresse de facturation', 'Invoice date' => 'Date de facturation', - 'Payment module' => 'Mode de paiement', + 'Order Number' => 'N° de bon de commande', 'Phone: ' => 'Tél.: ', - 'Postage' => 'Frais de livraison', - 'Product' => 'Produit', 'Quantity' => 'Quantité', 'Ref' => 'Ref', - 'Tax' => 'Taxes', - 'Taxed total' => 'Total TTC', 'Total' => 'Total', - 'Total with tax' => 'Total TTC', - 'Total without tax' => 'Total HT', - 'Unit taxed price' => 'Prix unitaire TTC', - 'Unit. price' => 'Prix unitaire', 'page' => 'page', 'product' => 'Produit', ); diff --git a/templates/pdf/sterivein/delivery.html b/templates/pdf/sterivein/delivery.html index 11e9c12f8..da6322959 100644 --- a/templates/pdf/sterivein/delivery.html +++ b/templates/pdf/sterivein/delivery.html @@ -195,6 +195,10 @@

{intl l="Customer Number"} : {loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}{$REF}{/loop}

+ + +

{intl l="Order Number"} : {loop name="admin-comment" type="admin_comment" element_key="order" element_id={$ID}}{$COMMENT}{/loop}

+