[30/01/2026] Ajout du n° de bon de commande dans les bons de livraison PDF
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
||||
@@ -195,6 +195,10 @@
|
||||
<tr>
|
||||
<td><h3>{intl l="Customer Number"} : <span>{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}{$REF}{/loop}</span></h3></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><h3>{intl l="Order Number"} : <span>{loop name="admin-comment" type="admin_comment" element_key="order" element_id={$ID}}{$COMMENT}{/loop}</span></h3></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user