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
This commit is contained in:
alex 2009-12-22 14:57:54 +00:00
parent f86c08ca14
commit ac6c6321ae

View File

@ -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;
}
}
}