mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
7d2cb00fd0
@ -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