1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Corretto widget contratti in scadenza

Aggiunto stato 'ERR' tra quelli consentiti per ri-generare la fattura elettronica
This commit is contained in:
Luca
2020-01-20 19:03:10 +01:00
parent be76dc46d1
commit 16df426166
2 changed files with 8 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ echo '
</a>';
// Scelgo quando posso inviarla
$send = Interaction::isEnabled() && $generated && in_array($record['codice_stato_fe'], ['GEN', 'ERVAL']);
$send = Interaction::isEnabled() && $generated && in_array($record['codice_stato_fe'], ['GEN', 'ERVAL', 'ERR']);
echo '
<i class="fa fa-arrow-right fa-fw text-muted"></i>