From 1769ff0a07e806084b3706617113be9aaaf94302 Mon Sep 17 00:00:00 2001 From: luca83 Date: Wed, 20 Apr 2011 07:56:52 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21986 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv2500.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lv/lv2500.cpp b/lv/lv2500.cpp index 247d9cc39..137407df3 100755 --- a/lv/lv2500.cpp +++ b/lv/lv2500.cpp @@ -1355,14 +1355,14 @@ void TFatturazione_lavanderie::post_process(TLista_documenti& doc_out, TLista_do if (ini_get_bool(CONFIG_DITTA, "lv", "DestHead")) { - descr << reccli.get(CLI_RAGSOC) << '\n'; - descr << reccli.get(CLI_INDCF) << ',' << reccli.get(CLI_CIVCF) << '\n'; - descr << reccli.get(CLI_LOCCF) << '\n'; + descr << reccli.get(CLI_RAGSOC) << ", "; + descr << reccli.get(CLI_INDCF) << ' ' << reccli.get(CLI_CIVCF) << ", "; + descr << reccli.get(CLI_LOCCF) << ", "; TToken_string keyc = reccli.get(CLI_STATOCF); keyc.add(reccli.get(CLI_COMCF)); const TRectype & com = cache().get(LF_COMUNI, keyc); - descr << reccli.get(CLI_CAPCF) << ',' << com.get(COM_DENCOM) << '\n'; + descr << reccli.get(CLI_CAPCF) << ' ' << com.get(COM_DENCOM); doc.put(DOC_DEST, descr); } else