From fcc3f1d8f81c31331b2cd25f4eec58a0e80c93cb Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 16 Dec 2005 13:33:54 +0000 Subject: [PATCH] Patch level :2.2 nopatch Files correlati : Ricompilazione Demo : [ ] Commento :trasferimento proforma in progress;sistemato (da provare!) il trasferimento delle righe movimento NON iva. git-svn-id: svn://10.65.10.50/trunk@13625 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg7200.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cg/cg7200.cpp b/cg/cg7200.cpp index 0432dd235..81abd5a33 100755 --- a/cg/cg7200.cpp +++ b/cg/cg7200.cpp @@ -532,6 +532,9 @@ bool TInvioP::i_proforma_righe(TCursor& cur, TInvioP_file* trasfilerighe) recrighe.add(pn.curr().get(MOV_CODCF), 7); //codcf recrighe.add(pn.curr().get(RMV_DESCR), 8); //descrizione recrighe.add(imp.valore().string(), 9); //importo + + //e finalmente scrive le righe avanzate... + trasfilerighe->write(recrighe); } }