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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user