X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b8704d54af8a3c22f1c5a9ebe2e58a28678b7442..95356f167c97ca1a70fc78d91a9dbc7b1d258b31:/invoice_send.php diff --git a/invoice_send.php b/invoice_send.php index 20c3c187..ca76f34b 100644 --- a/invoice_send.php +++ b/invoice_send.php @@ -58,7 +58,7 @@ if ($request->isPost()) { } else { $cl_receiver = $sc->getValue(SYSC_LAST_INVOICE_EMAIL); $cl_cc = $sc->getValue(SYSC_LAST_INVOICE_CC); - $cl_subject = $i18n->get('title.invoice').' '.$invoice['name'].', '.$user->team; + $cl_subject = $i18n->get('title.invoice').' '.$invoice['name'].', '.$user->group; } $form = new Form('mailForm');