Patch level :2.2 214
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunta parentesi graffa per chiarezza git-svn-id: svn://10.65.10.50/trunk@13482 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f05ee1dc72
commit
ee3db6820c
@ -970,6 +970,7 @@ bool TContabilizzazione::test_swap()
|
|||||||
if (tipocf == 'C')
|
if (tipocf == 'C')
|
||||||
t = iva_vendite;
|
t = iva_vendite;
|
||||||
else
|
else
|
||||||
|
{
|
||||||
if (tipocf == 'F')
|
if (tipocf == 'F')
|
||||||
t = iva_acquisti;
|
t = iva_acquisti;
|
||||||
else
|
else
|
||||||
@ -979,6 +980,7 @@ bool TContabilizzazione::test_swap()
|
|||||||
else
|
else
|
||||||
t = iva_vendite;
|
t = iva_vendite;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
const bool s = (t == iva_vendite) ^ (sez == 'D');
|
const bool s = (t == iva_vendite) ^ (sez == 'D');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user