mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix generazione FE
This commit is contained in:
parent
b9d3fc31cf
commit
a9ed648fdc
@ -1446,7 +1446,7 @@ class FatturaElettronica
|
||||
//$id_iva_dichiarazione = setting("Iva per lettere d'intento");
|
||||
$dichiarazione = $documento->dichiarazione;
|
||||
$ive_accettate = [];
|
||||
$rs = $dbo->table('co_iva')->where('codice_natura_fe','N3.5')->get();
|
||||
$rs = $database->table('co_iva')->where('codice_natura_fe','N3.5')->get();
|
||||
foreach($rs as $r){
|
||||
$ive_accettate[] = $r->id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user