From 18aa908c3ff5356f76e79685e96a8018c9e06dc8 Mon Sep 17 00:00:00 2001 From: valentina Date: Tue, 12 Nov 2024 11:03:19 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20ripristino=20funzionalit=C3=A0=20export?= =?UTF-8?q?=20FE=20da=20bulk=20fatture=20di=20acquisto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/fatture/bulk.php | 46 +++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/modules/fatture/bulk.php b/modules/fatture/bulk.php index dc19f7225..01755ff36 100755 --- a/modules/fatture/bulk.php +++ b/modules/fatture/bulk.php @@ -710,29 +710,31 @@ $operations['exportFE-bulk'] = [ ], ]; + +$operations['export-ricevute-bulk'] = [ + 'text' => ' '.tr('Esporta ricevute').'', + 'data' => [ + 'title' => '', + 'msg' => tr('Vuoi davvero esportare le ricevute selezionate in un archivio ZIP?'), + 'button' => tr('Procedi'), + 'class' => 'btn btn-lg btn-warning', + 'blank' => true, + ], +]; + + +$operations['export-xml-bulk'] = [ + 'text' => ' '.tr('Esporta XML').'', + 'data' => [ + 'title' => '', + 'msg' => tr('Vuoi davvero esportare le fatture elettroniche selezionate in un archivio ZIP?'), + 'button' => tr('Procedi'), + 'class' => 'btn btn-lg btn-warning', + 'blank' => true, + ], +]; + if ($module->getTranslation('title') == 'Fatture di vendita') { - $operations['export-ricevute-bulk'] = [ - 'text' => ' '.tr('Esporta ricevute').'', - 'data' => [ - 'title' => '', - 'msg' => tr('Vuoi davvero esportare le ricevute selezionate in un archivio ZIP?'), - 'button' => tr('Procedi'), - 'class' => 'btn btn-lg btn-warning', - 'blank' => true, - ], - ]; - - $operations['export-xml-bulk'] = [ - 'text' => ' '.tr('Esporta XML').'', - 'data' => [ - 'title' => '', - 'msg' => tr('Vuoi davvero esportare le fatture elettroniche selezionate in un archivio ZIP?'), - 'button' => tr('Procedi'), - 'class' => 'btn btn-lg btn-warning', - 'blank' => true, - ], - ]; - $operations['genera-xml'] = [ 'text' => ' '.tr('Genera fatture elettroniche').'', 'data' => [