Skip to content

Commit

Permalink
BugID: 1253 Flusso ordinativi BNL - Modifiche per generare xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed Oct 26, 2015
1 parent 03e1290 commit c290e58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3859,7 +3859,7 @@ public it.cnr.contab.doccont00.intcass.xmlbnl.Reversale recuperaDatiReversaleFlu
clas.setImporto(doc.getImportoCge().setScale(2, BigDecimal.ROUND_HALF_UP));
infover.getClassificazione().add(clas);
}
if(infover.getCausale()!=null ){
if(infover.getCausale()!=null && doc.getCdCup()!=null){
if (!infover.getCausale().contains(doc.getCdCup()))
infover.setCausale(infover.getCausale()+"-"+doc.getCdCup());
}else
Expand Down

0 comments on commit c290e58

Please sign in to comment.