diff options
Diffstat (limited to 'sql-ledger/templates/Dutch-sales_order.tex')
-rw-r--r-- | sql-ledger/templates/Dutch-sales_order.tex | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sql-ledger/templates/Dutch-sales_order.tex b/sql-ledger/templates/Dutch-sales_order.tex index 79acb4d32..1dc08d400 100644 --- a/sql-ledger/templates/Dutch-sales_order.tex +++ b/sql-ledger/templates/Dutch-sales_order.tex @@ -73,20 +73,27 @@ <%name%> -<%addr1%> +<%address1%> -<%addr2%> +<%if address2%> +<%address2%> +<%end address2%> -<%addr3%> +<%city%> <%state%> <%zipcode%> -<%addr4%> +<%if country%> +<%country%> +<%end country%> \vspace{3.5cm} \textbf{V E R K O O P} \parbox{0.3cm}{\hfill} \textbf{B E S T E L L I N G} \hfill \begin{tabular}[t]{l@{\hspace{0.3cm}}l} - \textbf{Datum} & <%orddate%> \\ + \textbf{Bestel Datum} & <%orddate%> \\ +<%if reqdate%> + \textbf{Gewenste Leverdatum} & <%reqdate%> \\ +<%end reqdate%> \textbf{Bestel Nummer} & <%ordnumber%> \end{tabular} |