X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a58bca2afc5d6457d07c886c7c20fb10c941752a..f43392d109df8f4b04d623bd933f7a98089fb210:/report_send.php diff --git a/report_send.php b/report_send.php index d7c031fd..ea6c555b 100644 --- a/report_send.php +++ b/report_send.php @@ -72,8 +72,10 @@ if ($request->isPost()) { // Obtain session bean with report attributes. $bean = new ActionForm('reportBean', new Form('reportForm')); + $options = ttReportHelper::getReportOptions($bean); + // Prepare report body. - $body = ttReportHelper::prepareReportBody($bean, $cl_comment); + $body = ttReportHelper::prepareReportBody($bean, $options, $cl_comment); import('mail.Mailer'); $mailer = new Mailer();