X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6cce05070f60af097aeda24d380b92536154d6b2..2698456c83abb53592f1d12a940997a4bea0503c:/WEB-INF/lib/ttInvoiceHelper.class.php diff --git a/WEB-INF/lib/ttInvoiceHelper.class.php b/WEB-INF/lib/ttInvoiceHelper.class.php index b5a3c59e..3980b8fb 100644 --- a/WEB-INF/lib/ttInvoiceHelper.class.php +++ b/WEB-INF/lib/ttInvoiceHelper.class.php @@ -423,7 +423,9 @@ class ttInvoiceHelper { $body .= ''; // Output footer. - $body .= '
'.$i18n->getKey('form.mail.footer').'
'; + if (!defined('REPORT_FOOTER') || !(REPORT_FOOTER == false)) + $body .= ''.$i18n->getKey('form.mail.footer').'
'; + // Finish creating email body. $body .= '