Patch level :4.0 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento :programma importazione movimenti di budget funzionante; adesso sostituisce il _ con / nei codici commessa git-svn-id: svn://10.65.10.50/trunk@14300 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
41188a905f
commit
1e49c8e58e
@ -176,7 +176,9 @@ long TBudget_Import::get_next_key()
|
|||||||
|
|
||||||
void TBudget_Import::transfer_movimento(const TRecord_text& curr) //, TError_log& log)
|
void TBudget_Import::transfer_movimento(const TRecord_text& curr) //, TError_log& log)
|
||||||
{
|
{
|
||||||
const TString codcms = curr.get(1);
|
TString codcms = curr.get(1);
|
||||||
|
codcms.replace('_', '/');
|
||||||
|
|
||||||
const TString codconto = curr.get(2);
|
const TString codconto = curr.get(2);
|
||||||
const real soldini = curr.get(3);
|
const real soldini = curr.get(3);
|
||||||
const TString16 str_dataini = curr.get(4);
|
const TString16 str_dataini = curr.get(4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user