Patch level : 10.0
Files correlati : cg7.exe Ricompilazione Demo : [ ] Commento : Corretta stampa movimenti per importo limite: scartava imponibili uguali al limite git-svn-id: svn://10.65.10.50/branches/R_10_00@22527 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
20c4cc5bc9
commit
48936dc516
@ -136,7 +136,7 @@ bool TPrint_x_imponibile_mask::aggiungi_movimento(const TRectype& rec, TPrint_x_
|
||||
tot_imposta += imposta;
|
||||
}
|
||||
|
||||
if (abs(tot_imponibile) > _limite)
|
||||
if (abs(tot_imponibile) >= _limite)
|
||||
{
|
||||
output_recordset.new_rec("");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user