Patch level : 12.0 546
Files correlati : cg4.eze Nel caso di reverse charge e iva indetraibile su ricavi esenti l'IVA diventava detraibile, corretto. Files correlati : Patch 544 git-svn-id: svn://10.65.10.50/branches/R_10_00@24411 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5bf8baf2fb
commit
bb75239f53
@ -1439,6 +1439,9 @@ void TLiquidazione_app::set_firm(_DescrItem& d)
|
||||
if (d._s2 == "T")
|
||||
tim_title << format(FR(" del %d° Trimestre %s"), d._f1/3, (const char*) _year);
|
||||
else
|
||||
if (_is_liq_acconto)
|
||||
tim_title << format(FR(" al %d %s %s"), _ver->giorno_acc(), itom(d._f1), (const char*)_year);
|
||||
else
|
||||
tim_title << format(FR(" del mese di %s %s"), itom(d._f1), (const char*)_year);
|
||||
}
|
||||
|
||||
@ -1500,6 +1503,9 @@ void TLiquidazione_app::set_att(_DescrItem& d)
|
||||
if (d._s4 == "T")
|
||||
tim_title << format(FR(" del %d° Trimestre %s"), d._f1 / 3, (const char*)_year);
|
||||
else
|
||||
if (_is_liq_acconto)
|
||||
tim_title << format(FR(" al %d %s %s"), _ver->giorno_acc(), itom(d._f1), (const char*)_year);
|
||||
else
|
||||
tim_title << format(FR(" del mese di %s %s"), itom(d._f1), (const char*)_year);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user