X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoice_send.php;h=135453b530a432c3540f2888b7b9b5599861ea82;hb=60c61508f8586f489fc8795c93d9bd45e41467c1;hp=20c3c187015285a157d43cd76c4a95264a42944c;hpb=926b8d63a0be596b0c95cb55f01addae410af50c;p=timetracker.git diff --git a/invoice_send.php b/invoice_send.php index 20c3c187..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->team; + $cl_subject = $i18n->get('title.invoice').' '.$invoice['name'].', '.$user->group_name; } $form = new Form('mailForm');