From 707866fb43a172801b25df8e3c20f878eca1e57f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 17 May 2021 19:15:59 +0200 Subject: [PATCH] [0005197] Slightly changed email subject for sales invoice to avoid false marking by spam filters. --- reporting/rep107.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2