fix: ripristino funzionalità export FE da bulk fatture di acquisto
This commit is contained in:
parent
f3f636c32f
commit
18aa908c3f
|
@ -710,7 +710,7 @@ $operations['exportFE-bulk'] = [
|
|||
],
|
||||
];
|
||||
|
||||
if ($module->getTranslation('title') == 'Fatture di vendita') {
|
||||
|
||||
$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' => [
|
||||
|
@ -722,6 +722,7 @@ if ($module->getTranslation('title') == 'Fatture di vendita') {
|
|||
],
|
||||
];
|
||||
|
||||
|
||||
$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' => [
|
||||
|
@ -733,6 +734,7 @@ if ($module->getTranslation('title') == 'Fatture di vendita') {
|
|||
],
|
||||
];
|
||||
|
||||
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' => [
|
||||
|
|
Loading…
Reference in New Issue