Patch level : 10.0 nopatch

Files correlati     : ps0713.exe
Ricompilazione Demo : [ ]
Commento            :

Corretta importazione commesse


git-svn-id: svn://10.65.10.50/branches/R_10_00@20715 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-07-28 19:03:07 +00:00
parent 83b3db3080
commit 40d5b619f9

@ -119,7 +119,7 @@ void TImporta_comm_app::importa_cms(TAssoc_array& righe)
TString str;
str << "La commessa " << codcms;
if (!cache().get(LF_COMMESSE, codcms).empty())
if (cache().get(LF_COMMESSE, codcms).empty())
{
const int gruppo = cms.gruppo(); TString4 grup; grup.format("%03d", gruppo);
const int conto = cms.conto(); TString4 cont; cont.format("%03d", conto);