Skip to content

Commit

Permalink
marei - bugfix: fix check for billing_address_department_
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXhackse committed Jan 15, 2025
1 parent 6d01542 commit 49d9265
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/print/marei/credit_note.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down
2 changes: 1 addition & 1 deletion templates/print/marei/invoice.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%me%>\strut\\%me%>\strut\\%me%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down
2 changes: 1 addition & 1 deletion templates/print/marei/proforma.tex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down
2 changes: 1 addition & 1 deletion templates/print/marei/statement.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down
2 changes: 1 addition & 1 deletion templates/print/marei/zahlungserinnerung.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down
2 changes: 1 addition & 1 deletion templates/print/marei/zahlungserinnerung_invoice.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<%if billing_address_id%>%
<%billing_address_name%> \strut\\%
<%if department_1%><%billing_address_department_1%>\\<%end if%>%
<%if department_2%><%billing_address_department_2%>\\<%end if%>%
<%if billing_address_department_2%><%billing_address_department_2%>\\<%end if%>%
<%cp_title%> <%cp_givenname%> <%cp_name%>\strut\\%
<%billing_address_street%>\strut\\%
<%billing_address_zipcode%> <%billing_address_city%> \strut\\%
Expand Down

0 comments on commit 49d9265

Please sign in to comment.