1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

fix: ripristino funzionalità export FE da bulk fatture di acquisto

This commit is contained in:
valentina 2024-11-12 11:03:19 +01:00
parent f3f636c32f
commit 18aa908c3f

View File

@ -710,8 +710,8 @@ $operations['exportFE-bulk'] = [
],
];
if ($module->getTranslation('title') == 'Fatture di vendita') {
$operations['export-ricevute-bulk'] = [
$operations['export-ricevute-bulk'] = [
'text' => '<span class="'.((!extension_loaded('zip')) ? 'text-muted disabled' : '').'"><i class="fa fa-file-archive-o"></i> '.tr('Esporta ricevute').'</span>',
'data' => [
'title' => '',
@ -720,9 +720,10 @@ if ($module->getTranslation('title') == 'Fatture di vendita') {
'class' => 'btn btn-lg btn-warning',
'blank' => true,
],
];
];
$operations['export-xml-bulk'] = [
$operations['export-xml-bulk'] = [
'text' => '<span class="'.((!extension_loaded('zip')) ? 'text-muted disabled' : '').'"><i class="fa fa-file-archive-o"></i> '.tr('Esporta XML').'</span>',
'data' => [
'title' => '',
@ -731,8 +732,9 @@ if ($module->getTranslation('title') == 'Fatture di vendita') {
'class' => 'btn btn-lg btn-warning',
'blank' => true,
],
];
];
if ($module->getTranslation('title') == 'Fatture di vendita') {
$operations['genera-xml'] = [
'text' => '<span><i class="fa fa-file-code-o"></i> '.tr('Genera fatture elettroniche').'</span>',
'data' => [