diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex')
-rw-r--r-- | sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex b/sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex index 61bb5183c..f25abdc88 100644 --- a/sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex +++ b/sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex @@ -44,7 +44,7 @@ \pagestyle{myheadings} %\thispagestyle{empty} use this with letterhead paper -<%pagebreak 90 27 48%> +<%pagebreak 90 27 37%> \end{tabular*} \rule{\textwidth}{2pt} @@ -78,13 +78,17 @@ <%name%> -<%addr1%> +<%address1%> -<%addr2%> +<%if address2%> +<%address2%> +<%end address2%> -<%addr3%> +<%city%> <%state%> <%zipcode%> -<%addr4%> +<%if country%> +<%country%> +<%end country%> \vspace{0.3cm} @@ -109,13 +113,17 @@ Fax: <%customerfax%> <%shiptoname%> -<%shiptoaddr1%> +<%shiptoaddress1%> -<%shiptoaddr2%> +<%if shiptoaddress2%> +<%shiptoaddress2%> +<%end shiptoaddress2%> -<%shiptoaddr3%> +<%shiptocity%> <%shiptostate%> <%shiptozipcode%> -<%shiptoaddr4%> +<%if shiptocountry%> +<%shiptocountry%> +<%end shiptocountry%> \vspace{0.3cm} @@ -188,11 +196,5 @@ Fax: <%shiptofax%> } - -%\renewcommand{\thefootnote}{\fnsymbol{footnote}} - -%\footnotetext[1]{\tiny } - \end{document} - |