mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix minore
This commit is contained in:
parent
4ffd8301f2
commit
0d0a02c442
@ -72,7 +72,8 @@ if ($module->name == 'Fatture di vendita' && $services_enable) {
|
||||
|
||||
|
||||
} elseif (in_array($documento->codice_stato_fe, $codici_invio)) {
|
||||
|
||||
$is_estera = false;
|
||||
|
||||
if (setting('Rimuovi avviso fatture estere')) {
|
||||
$is_estera = $database->fetchOne('SELECT idanagrafica FROM an_anagrafiche INNER JOIN an_nazioni ON an_anagrafiche.id_nazione = an_nazioni.id WHERE an_nazioni.nome != "Italia" AND an_anagrafiche.idanagrafica = '.prepare($documento->idanagrafica));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user