Correzione MI2273. Reso piu' efficiente il trasferimento, ovvero
spostata la chiamata a iva11_set_arr() dentro ad un if. git-svn-id: svn://10.65.10.50/trunk@4081 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ab75919061
commit
735b58872f
@ -647,6 +647,11 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt)
|
||||
*/
|
||||
if (month == 13)
|
||||
{
|
||||
// Filling dell'array per IVA11
|
||||
if (_is_interactive && _month == 13)
|
||||
iva11_set_arr(trueatt);
|
||||
|
||||
|
||||
// si contano soltanto le vendite.
|
||||
bool okc = tipomov == vendita;
|
||||
// purche' ...
|
||||
@ -662,10 +667,6 @@ void TLiquidazione_app::recalc_att(int month, const char* codatt)
|
||||
continue;
|
||||
}
|
||||
|
||||
// Filling dell'array per IVA11
|
||||
if (_is_interactive && _month == 13)
|
||||
iva11_set_arr(trueatt);
|
||||
|
||||
if (noninc) // non incassati: non devono entrare in nessun altro calcolo
|
||||
{
|
||||
nin_imp = imponibile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user