Patch level : 12.0 1056
Files correlati : cg2.exe ve0.exe Il campo reverse charge delle righe IVA non era inizializzato correttamente dalla contabilizzazione delle vendite. Interno Da controllare una vendita un acquistoe un acquisto reverse charge.
This commit is contained in:
parent
3907feef4e
commit
151046c354
@ -1451,7 +1451,7 @@ real TPrimanota_application::calcola_imp() const
|
||||
FOR_EACH_ARRAY_ROW(rows, r, row) if (!row->empty_items())
|
||||
{
|
||||
imponibili += row->get_real(cid2index(IVA_IMPONIBILE));
|
||||
if (!row->get_bool(cid2index(IVA_REVCHARGE)))
|
||||
if (_causale->reg().tipo_registro() != acquisto || !row->get_bool(cid2index(IVA_REVCHARGE)))
|
||||
imposte += row->get(cid2index(IVA_IMPOSTA));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user