Patch level : 10.980

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

Preservato il prezzo nella importazione da file ini (rif.  MetaCalabria)


git-svn-id: svn://10.65.10.50/branches/R_10_00@21980 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-04-19 11:15:57 +00:00
parent e3bb9a83a5
commit 75f958b229

View File

@ -1003,9 +1003,14 @@ void TMotore_application::ini2mask(TConfig& ini, TMask& msk, bool query)
f.check_row(f.items() - 1, 0x2);
if (!checked) //se non e' checked, il record viene autosalvato (in modo che sia salvato completamente)
{
const TString & prezzo = ini.get(RDOC_PREZZO);
if (prezzo.full())
f.row(f.items() - 1).add(prezzo, f.cid2index(FR_PREZZO));
rec.autosave(f);
}
}
}
msk.set_mode(oldmode);
}
}