mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Fix allegati ricorsivi per FE
This commit is contained in:
parent
2d2685d428
commit
d43d9f19b3
@ -623,7 +623,7 @@ if ($dir == 'uscita' && $fattura->isFE()) {
|
||||
<?php
|
||||
if ($dir == 'entrata') {
|
||||
echo '
|
||||
<div class="alert alert-info text-center">'.tr('Per allegare un documento alla fattura elettronica caricare il file PDF specificando come categoria "Fattura Elettronica"').'.</div>';
|
||||
<div class="alert alert-info text-center">'.tr('Per allegare un documento alla fattura elettronica caricare il file PDF specificando come categoria "Allegati Fattura Elettronica"').'.</div>';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
@ -1169,7 +1169,7 @@ class FatturaElettronica
|
||||
|
||||
// Inclusione
|
||||
foreach ($allegati as $allegato) {
|
||||
if ($allegato['category'] == 'Fattura Elettronica' && $allegato['name'] != 'Stampa allegata') {
|
||||
if ($allegato['category'] == 'Allegati Fattura Elettronica') {
|
||||
$file = DOCROOT.'/'.$directory.'/'.$allegato['filename'];
|
||||
|
||||
$attachments[] = [
|
||||
|
Loading…
Reference in New Issue
Block a user