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@20716 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-07-28 19:05:44 +00:00
parent 40d5b619f9
commit e813f4ccbb

View File

@ -115,10 +115,9 @@ void TImporta_comm_app::importa_cms(TAssoc_array& righe)
TCommessa_string cms(key);
TString80 codcms = cms.idlavoro();
TString str;
str << "La commessa " << codcms;
str << "La commessa " << codcms;
if (cache().get(LF_COMMESSE, codcms).empty())
{
const int gruppo = cms.gruppo(); TString4 grup; grup.format("%03d", gruppo);