Fix invio sollecito di pagamento

This commit is contained in:
Pek5892 2024-05-06 11:25:51 +02:00
parent 06d0b87cee
commit a7bf474c84
2 changed files with 3 additions and 3 deletions

View File

@ -238,8 +238,8 @@ class Mail extends Model
$this->read_notify = $template->read_notify;
// Contentuto e oggetto
$this->content = $template->body;
$this->subject = $template->subject;
$this->content = $template->getTranslation('body');
$this->subject = $template->getTranslation('subject');
// Reply To
if (!empty($template['tipo_reply_to'])) {

View File

@ -74,7 +74,7 @@ switch (post('op')) {
break;
case 'send-sollecito':
$template = (new Template())->getByField('title', 'Sollecito di pagamento raggruppato per anagrafica', Models\Locale::getPredefined()->id);
$template = Template::find((new Template())->getByField('title', 'Sollecito di pagamento raggruppato per anagrafica', Models\Locale::getPredefined()->id));
$list = [];
$anagrafiche = [];