diff --git a/ve/ve7400.cpp b/ve/ve7400.cpp index 9cbb49758..8be236eca 100755 --- a/ve/ve7400.cpp +++ b/ve/ve7400.cpp @@ -212,7 +212,7 @@ bool TBolle2Conad::destroy() void TBolle2Conad::main_loop() { - TConfig config("ve7400a.ini", "TRASFERIMENTO"); + TConfig config("ve7400conf.ini", "TRASFERIMENTO"); TFilename tracciatoname = config.get("TRACCIATO"); _modalita = config.get_int("MODALITA"); _codconad = config.get_long("CONAD"); @@ -226,7 +226,7 @@ void TBolle2Conad::main_loop() _progressivo = 0; _trasfile = new TFilConad(filename, tracciatoname); _trasfile->open(filename,'w'); - _trasfile->force_record_separator(TRUE); + _trasfile->force_record_separator(TRUE); _dataini = _msk->get_date(F_DATAINI); _datafin = _msk->get_date(F_DATAFIN); @@ -252,7 +252,7 @@ void TBolle2Conad::elabora_documenti() bool ok = TRUE; TString16 codnum; TString filt_expr; - if (_modalita == 0) // MARPESCA, seleziono in base al codice cliente indicato in ve7400a.ini + if (_modalita == 0) // MARPESCA, seleziono in base al codice cliente indicato in ve7400conf.ini { da.put("TIPOCF", "C"); da.put("CODCF", _codconad); diff --git a/ve/mainardi.ini b/ve/ve7400a.ini similarity index 100% rename from ve/mainardi.ini rename to ve/ve7400a.ini diff --git a/ve/ve7400conf.ini b/ve/ve7400conf.ini new file mode 100755 index 000000000..3cdb5c83e --- /dev/null +++ b/ve/ve7400conf.ini @@ -0,0 +1,6 @@ +[TRASFERIMENTO] +TRACCIATO = ve7400a.ini +MODALITA = +CONAD = +FORNITORE = +NOMEFILE = \ No newline at end of file