X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoice_send.php;h=ca76f34bbe8cd615830cf56e968cf475d7835231;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=20c3c187015285a157d43cd76c4a95264a42944c;hpb=926b8d63a0be596b0c95cb55f01addae410af50c;p=timetracker.git 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');