Revision 510bf237
Von Marei Peischl vor 11 Monaten hinzugefügt
templates/print/marei/check.tex | ||
---|---|---|
30 | 30 |
|
31 | 31 |
\begin{document} |
32 | 32 |
|
33 |
\begin{letter}{ |
|
34 |
<%name%>\ifhmode\\\fi |
|
35 |
<%street%>\ifhmode\\\fi |
|
36 |
<%zipcode%> <%city%>\ifhmode\\\fi |
|
37 |
<%country%>% |
|
33 |
\begin{letter}{% |
|
34 |
<%if billing_address_id%>% |
|
35 |
<%billing_address_name%> \strut\\% |
|
36 |
<%billing_address_street%>\strut\\% |
|
37 |
<%billing_address_zipcode%> <%billing_address_city%> \strut\\% |
|
38 |
<%billing_address_country%>\strut\\% |
|
39 |
<%else%>% |
|
40 |
<%name%>\strut\\% |
|
41 |
<%street%>\strut\\% |
|
42 |
<%zipcode%> <%city%>\strut\\% |
|
43 |
<%country%>\strut% |
|
44 |
<%end if%>% |
|
38 | 45 |
} |
39 | 46 |
|
40 | 47 |
\opening{<%company%>} |
Auch abrufbar als: Unified diff
add support for billing_address