Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@22067 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2011-05-04 09:02:29 +00:00
parent 67c937a3e1
commit d8c3efaa95

View File

@ -499,7 +499,7 @@ void THardy_esselunga_fat::add_rec_testata(TFatture_recordset& fat, TDocumento&
fat.new_rec("PAT");
fat.set("PAT.DESCRIZ", doc.pagamento().name());
fat.set("PAT.DATASCAD", TVariant(doc.pagamento().data_rata(0)));
fat.set("PAT.IMPORTO", TVariant(doc.pagamento().importo_rata(0)));
fat.set("PAT.IMPORTO", TVariant(doc.totale_doc()));
TString8 tp = doc.pagamento().tipo_prima_rata();
real imp = doc.pagamento().importo_rata(0);
}