X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoice_send.php;h=135453b530a432c3540f2888b7b9b5599861ea82;hb=3b5e01059ad07bfc7ef7c07ba235a73a92ddc3f3;hp=ca76f34bbe8cd615830cf56e968cf475d7835231;hpb=95356f167c97ca1a70fc78d91a9dbc7b1d258b31;p=timetracker.git diff --git a/invoice_send.php b/invoice_send.php index ca76f34b..135453b5 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->group; + $cl_subject = $i18n->get('title.invoice').' '.$invoice['name'].', '.$user->group_name; } $form = new Form('mailForm');