From: Joe Date: Mon, 18 Apr 2022 06:47:10 +0000 (+0200) Subject: Email invoice always says invoice 0 from company. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b0de7973950dd3f665839600b20141461c624614;p=fa-stable.git Email invoice always says invoice 0 from company. Fixed. --- diff --git a/reporting/rep107.php b/reporting/rep107.php index c2870991..0ac5f03b 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -323,7 +323,7 @@ function print_invoices() $rep->Font(); if ($email == 1) { - $rep->End($email, sprintf(_("Invoice %d from %s"), $myrow['reference'], get_company_pref('coy_name'))); + $rep->End($email, sprintf(_("Invoice %s from %s"), $myrow['reference'], get_company_pref('coy_name'))); } } if ($email == 0)