diff --git a/modules/fatture/bulk.php b/modules/fatture/bulk.php
index 77841a28f..73fa95c50 100755
--- a/modules/fatture/bulk.php
+++ b/modules/fatture/bulk.php
@@ -622,6 +622,18 @@ $operations['cambia-sezionale'] = [
],
];
+if (Interaction::isEnabled()) {
+ $operations['hook-send'] = [
+ 'text' => ' '.tr('Coda di invio FE').'',
+ 'data' => [
+ 'title' => '',
+ 'msg' => tr('Vuoi davvero aggiungere queste fatture alla coda di invio per le fatture elettroniche?'),
+ 'button' => tr('Procedi'),
+ 'class' => 'btn btn-lg btn-warning',
+ ],
+ ];
+}
+
if ($module->name == 'Fatture di vendita') {
$operations['check-bulk'] = [
'text' => ' '.tr('Controlla fatture elettroniche').'',
@@ -741,16 +753,6 @@ $operations['registrazione-contabile'] = [
];
if (Interaction::isEnabled()) {
- $operations['hook-send'] = [
- 'text' => ' '.tr('Coda di invio FE').'',
- 'data' => [
- 'title' => '',
- 'msg' => tr('Vuoi davvero aggiungere queste fatture alla coda di invio per le fatture elettroniche?'),
- 'button' => tr('Procedi'),
- 'class' => 'btn btn-lg btn-warning',
- ],
- ];
-
$operations['verify-notifiche'] = [
'text' => ' '.tr('Verifica notifiche').'',
'data' => [