mirror of
https://gitlab.com/flectra-community/l10n-switzerland-flectra.git
synced 2024-11-16 19:12:04 +00:00
fix wrong variable name
This commit is contained in:
parent
52043d8ea7
commit
b0eb08331d
@ -17,17 +17,17 @@
|
|||||||
<MESSAGE-REFERENCE>
|
<MESSAGE-REFERENCE>
|
||||||
<REFERENCE-DATE>
|
<REFERENCE-DATE>
|
||||||
<Reference-No>{{ invoice.name }}</Reference-No>
|
<Reference-No>{{ invoice.name }}</Reference-No>
|
||||||
<Date>{{ format_date() }}</Date>
|
<Date>{{ format_date(invoice.invoice_date) }}</Date>
|
||||||
</REFERENCE-DATE>
|
</REFERENCE-DATE>
|
||||||
</MESSAGE-REFERENCE>
|
</MESSAGE-REFERENCE>
|
||||||
<PRINT-DATE>
|
<PRINT-DATE>
|
||||||
<Date>{{ format_date(invoice.date_invoice) }}</Date>
|
<Date>{{ format_date(invoice.invoice_date) }}</Date>
|
||||||
</PRINT-DATE>
|
</PRINT-DATE>
|
||||||
<REFERENCE>
|
<REFERENCE>
|
||||||
<INVOICE-REFERENCE>
|
<INVOICE-REFERENCE>
|
||||||
<REFERENCE-DATE>
|
<REFERENCE-DATE>
|
||||||
<Reference-No>{{ invoice.name }}</Reference-No>
|
<Reference-No>{{ invoice.name }}</Reference-No>
|
||||||
<Date>{{ format_date(invoice.date_invoice) }}</Date>
|
<Date>{{ format_date(invoice.invoice_date) }}</Date>
|
||||||
</REFERENCE-DATE>
|
</REFERENCE-DATE>
|
||||||
</INVOICE-REFERENCE>
|
</INVOICE-REFERENCE>
|
||||||
</REFERENCE>
|
</REFERENCE>
|
||||||
@ -121,7 +121,7 @@
|
|||||||
<PAYMENT-TERMS>
|
<PAYMENT-TERMS>
|
||||||
<BASIC Payment-Type="{{ payment_type|upper }}" Terms-Type="5">
|
<BASIC Payment-Type="{{ payment_type|upper }}" Terms-Type="5">
|
||||||
<TERMS>
|
<TERMS>
|
||||||
<Date>{{ format_date(invoice.date_due or invoice.date_invoice) }}</Date>
|
<Date>{{ format_date(invoice.invoice_date_due or invoice.invoice_date) }}</Date>
|
||||||
</TERMS>
|
</TERMS>
|
||||||
</BASIC>
|
</BASIC>
|
||||||
</PAYMENT-TERMS>
|
</PAYMENT-TERMS>
|
||||||
|
Loading…
Reference in New Issue
Block a user