Skip to content

Commit eefbc6f

Browse files
committed
fix: impostazione del log di invio email delle fatture da bulk per singola fattura
1 parent 0bb3ed7 commit eefbc6f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/fatture/bulk.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,9 @@
717717

718718
if ($email_success) {
719719
OperationLog::setInfo('id_email', $mail->id);
720+
OperationLog::setInfo('id_module', $id_module);
721+
OperationLog::setInfo('id_record', $fattura->id);
722+
OperationLog::build('send-email');
720723
$list[] = $fattura->numero_esterno;
721724
++$success_count;
722725
} else {

0 commit comments

Comments
 (0)