X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Frep107.php;fp=reporting%2Frep107.php;h=3aa5d050263f20af554f3028597d5887e6c61df5;hp=1362d5d1591816a6304cf7fa8f2765f14c4a2ff6;hb=0cbe5791fbc7f09ab9dda6b92d1ae27e61d26953;hpb=331673104c056da093f60cde57d731371fbdc6ee diff --git a/reporting/rep107.php b/reporting/rep107.php index 1362d5d1..3aa5d050 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -324,7 +324,7 @@ function print_invoices() $rep->Font(); if ($email == 1) { - $rep->End($email, sprintf(_("Invoice %s from %s"), $myrow['reference'], get_company_pref('coy_name'))); + $rep->End($email, sprintf(_("Invoice %s from %s"), $myrow['reference'], htmlspecialchars_decode(get_company_pref('coy_name')))); } } if ($email == 0)