DannyXYZ Posted July 17, 2021 Report Posted July 17, 2021 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.
Jono Posted July 19, 2021 Report Posted July 19, 2021 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, DannyXYZ 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now