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
This commit is contained in:
luca 2005-12-16 13:33:54 +00:00
parent b42f4cf959
commit fcc3f1d8f8

View File

@ -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);
}
}