We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27adfe6 commit d26b445Copy full SHA for d26b445
1 file changed
modules/fatture/bulk.php
@@ -182,6 +182,11 @@
182
$fattura->hook_send = true;
183
$fattura->save();
184
185
+ // Logging dell'operazione di aggiunta alla coda di invio
186
+ OperationLog::setInfo('id_module', $id_module);
187
+ OperationLog::setInfo('id_record', $fattura->id);
188
+ OperationLog::build('hook-send');
189
+
190
$added[] = $fattura->numero_esterno;
191
} else {
192
// Se la FE non è generata ma lo stato è vuoto, impostalo a GEN
0 commit comments