Added a field for note value in week view to apply to new entries.
[timetracker.git] / WEB-INF / lib / ttInvoiceHelper.class.php
index b5a3c59..3980b8f 100644 (file)
@@ -423,7 +423,9 @@ class ttInvoiceHelper {
     $body .= '</table>';
 
     // Output footer.
-    $body .= '<p style="text-align: center;">'.$i18n->getKey('form.mail.footer').'</p>';
+    if (!defined('REPORT_FOOTER') || !(REPORT_FOOTER == false))
+      $body .= '<p style="text-align: center;">'.$i18n->getKey('form.mail.footer').'</p>';
+
     // Finish creating email body.
     $body .= '</body></html>';