X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fprint%2FStandard%2Fzahlungserinnerung.tex;h=65d5b3938aec9404c9a5d6df294908183688f051;hb=4ec753d2cb56f519d0931896b4e2ce3ebb45c6bd;hp=f98f1a5578ab5a8fb93e18ec46969504e97af094;hpb=420cc628dce84d55be98be5f9987b13879c2010e;p=kivitendo-erp.git diff --git a/templates/print/Standard/zahlungserinnerung.tex b/templates/print/Standard/zahlungserinnerung.tex index f98f1a557..65d5b3938 100644 --- a/templates/print/Standard/zahlungserinnerung.tex +++ b/templates/print/Standard/zahlungserinnerung.tex @@ -37,7 +37,7 @@ \newcommand{\employeeemail}{$(employee_email)$} \newcommand{\employeecoustid}{$(employee_co_ustid)$} \newcommand{\employeetaxnumber}{$(employee_taxnumber)$} -\newcommand{\employeetable}{tabelle$(employee_login)$.tex} +\newcommand{\employeetable}{$(template_meta.tmpfile NOESCAPE)$.table.tex} % ---------- Eigene Bankverbindung falls nicht im Briefkopf gesetzt ---------- % \newcommand{\companybank}{$(company_bank)$} @@ -100,11 +100,10 @@ \newcommand{\shiptofax}{$(shiptofax)$} % ---------- Währungszeichen ---------- -\newcommand{\currency}{$(currency)$} -\ifthenelse{\equal{\currency}{EUR}}{\let\currency\euro}{} -\ifthenelse{\equal{\currency}{YEN}}{\let\currency\textyen}{} -\ifthenelse{\equal{\currency}{GBP}}{\let\currency\pounds}{} -\ifthenelse{\equal{\currency}{USD}}{\let\currency\$}{} +\newcommand{\currency}{\euro} +\ifthenelse{\equal{$(currency)$}{YEN}}{\let\currency\textyen}{} +\ifthenelse{\equal{$(currency)$}{GBP}}{\let\currency\pounds}{} +\ifthenelse{\equal{$(currency)$}{USD}}{\let\currency\$}{} % ---------- Ende Reportvariablen-Umsetzung ----------