Patch level : 12.0 no-patch

Files correlati     : ve/ef
Commento            : Rimesso campo mandato in creazione effetti

git-svn-id: svn://10.65.10.50/branches/R_10_00@24422 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-03-07 11:43:18 +00:00
parent 9d079cf255
commit ab06e0881b

View File

@ -683,6 +683,7 @@ void TGenerazione_effetti::generate_bill(TDocumento& doc, bool interattivo) // b
effetto.put(EFF_DATASCAD, pag.data_rata(i));
effetto.put(EFF_TIPOPAG,pag.tipo_rata(i));
effetto.put(EFF_ULTCLASS,pag.ulc_rata(i));
effetto.put(EFF_MANDATO,doc.get(DOC_MANDATO));
effetto.put(EFF_TIPOCF, tipocf);
effetto.put(EFF_CODCF, codcf);
effetto.put(EFF_CODVAL, codval);