Jump to content

Invoice and payment reminder emails are send in wrong language


Recommended Posts

Posted

Hello,

since Version 5.1.0 and 5.1.1. The email messages for created invoices and payment reminders are only send in english and no more in the language the client has selected, but all other emails , like confirm email address etc. are send in the language the client has selected.

I use 2 languages in Blesta and all email templates are translated. But since 5.1 invoice and payment reminder only send in english to the clients, that have selected other language.

Posted

I've created CORE-4412 to address this.  In order to patch the current version edit components/invoice_delivery/invoice_delivery.php line 224 from:

                    $this->language,

To

                    $invoice->client->settings['language'] ?? $this->language,

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...