From ac6c6321aeff42de0a254014a14d5e39452b5ac9 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 22 Dec 2009 14:57:54 +0000 Subject: [PATCH] Patch level : 10.0 558 Files correlati : cg2.exe Ricompilazione Demo : [ ] Commento : riconsciute le righe totale documento nelle transazioni git-svn-id: svn://10.65.10.50/trunk@19829 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2100.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index d84dc1bbf..f509b3a0d 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -1735,13 +1735,9 @@ void TPrimanota_application::ini2mask(TConfig& ini, TMask& msk, bool query) if (nr < 0) tipo = ' '; - if (tipo == 'T') - numrig = nr; else - { - if (get_cgs_imp(nr).is_zero()) + if (get_cgs_imp(nr).is_zero() || tipo == 'T') numrig = nr; - } } }