From 69385ce6d64961683bd0d75f2fd9f0b42509072c Mon Sep 17 00:00:00 2001 From: Laurent LE CORRE Date: Thu, 14 May 2020 09:07:48 +0200 Subject: [PATCH] =?UTF-8?q?On=20veut=20la=20r=C3=A9f=C3=A9rence=20de=20la?= =?UTF-8?q?=20facture,=20dans=20la=20facture,=20et=20pas=20la=20r=C3=A9f?= =?UTF-8?q?=C3=A9rence=20de=20la=20commande.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pdf/default2020/invoice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pdf/default2020/invoice.html b/templates/pdf/default2020/invoice.html index b7f71381..3ed3c744 100644 --- a/templates/pdf/default2020/invoice.html +++ b/templates/pdf/default2020/invoice.html @@ -184,7 +184,7 @@

{intl l="Invoice date"} : {format_date date=$INVOICE_DATE output="date"}

-

{intl l="Invoice REF"} : {$REF}

+

{intl l="Invoice REF"} : {if $INVOICE_REF == null}{$REF}{else}{$INVOICE_REF}{/if}

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