Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 510bf237

Von Marei Peischl vor 11 Monaten hinzugefügt

  • ID 510bf237c6cbfe817f37c62048ebad88233977d2
  • Vorgänger c0664cc0
  • Nachfolger dd43629c

add support for billing_address

Unterschiede anzeigen:

templates/print/marei/zahlungserinnerung.tex
29 29

  
30 30
\begin{document}
31 31

  
32
\begin{letter}{
33
<%name%>\strut\\
34
<%if department_1%><%department_1%>\\<%end if%>%
35
<%if department_2%><%department_2%>\\<%end if%>%
36
<%cp_givenname%> <%cp_name%>\strut\\
37
<%street%>\strut\\
38
<%zipcode%> <%city%>\strut\\
39
<%country%> \strut
32
\begin{letter}{%
33
<%if billing_address_id%>%
34
	<%billing_address_name%> \strut\\%
35
	<%if department_1%><%billing_address_department_1%>\\<%end if%>%
36
	<%if department_2%><%billing_address_department_2%>\\<%end if%>%
37
	<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
38
	<%billing_address_street%>\strut\\%
39
	<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
40
	<%billing_address_country%>\strut\\%
41
<%else%>%
42
	<%name%>\strut\\%
43
	<%if department_1%><%department_1%>\\<%end if%>%
44
	<%if department_2%><%department_2%>\\<%end if%>%
45
	<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
46
	<%street%>\strut\\%
47
	<%zipcode%> <%city%>\strut\\%
48
	<%country%>\strut%
49
<%end if%>%
40 50
}
41 51

  
42 52
% Bei Kontaktperson Anrede nach Geschlecht unterscheiden.

Auch abrufbar als: Unified diff