Patch level : 12.0 338
Files correlati : cg4.exe Non considerava più i corrispettivi nell'IVA a debito Controllare anche il pro_rata. git-svn-id: svn://10.65.10.50/branches/R_10_00@23579 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
22b1c38c7b
commit
93f9a6f51e
@ -497,7 +497,9 @@ bool TLiquidazione_app::update_att(int month, const char* codatt, bool recalc)
|
|||||||
// il ricalcolo e' FORZATO da _recalc messo a one
|
// il ricalcolo e' FORZATO da _recalc messo a one
|
||||||
{
|
{
|
||||||
look_plm(month, codatt, true);
|
look_plm(month, codatt, true);
|
||||||
|
|
||||||
bool ok = _plm->get_bool("B0");
|
bool ok = _plm->get_bool("B0");
|
||||||
|
|
||||||
if (_recalc_regis)
|
if (_recalc_regis)
|
||||||
ok = false; // Se sta ricalcolando i PRM/PRP se ne sbatte dei PLM
|
ok = false; // Se sta ricalcolando i PRM/PRP se ne sbatte dei PLM
|
||||||
if (ok && !recalc)
|
if (ok && !recalc)
|
||||||
@ -1374,6 +1376,7 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
look_iva(codiva); // da eliminare esso per evitare un problema di non lettura _iva ve eliminato
|
||||||
const TString4 tipoiva = _iva->get("S1");
|
const TString4 tipoiva = _iva->get("S1");
|
||||||
const TString4 tipoes_v = _iva->get("S2");
|
const TString4 tipoes_v = _iva->get("S2");
|
||||||
const TString4 tipoes_a = _iva->get("S9");
|
const TString4 tipoes_a = _iva->get("S9");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user