From: Janusz Dobrowolski Date: Mon, 17 May 2021 17:15:59 +0000 (+0200) Subject: [0005197] Slightly changed email subject for sales invoice to avoid false marking... X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=707866fb43a172801b25df8e3c20f878eca1e57f [0005197] Slightly changed email subject for sales invoice to avoid false marking by spam filters. --- diff --git a/reporting/rep107.php b/reporting/rep107.php index 501cf44c..c2870991 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -323,7 +323,7 @@ function print_invoices() $rep->Font(); if ($email == 1) { - $rep->End($email); + $rep->End($email, sprintf(_("Invoice %d from %s"), $myrow['reference'], get_company_pref('coy_name'))); } } if ($email == 0)