Skip to content

Commit

Permalink
BugID: 1367 - Fatturazione elettronica - Inserito flag per fatture no…
Browse files Browse the repository at this point in the history
…n registrabili (valorizzato da db) anche se in decorrenza termini
  • Loading branch information
rpucciarelli committed Jul 30, 2015
1 parent 725396c commit cbfddb9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -505,6 +505,7 @@ private void elaboraFattura(FatturaElettronicaType fatturaElettronicaType, BigIn
}
docTestata.setStatoDocumento(StatoDocumentoEleEnum.INIZIALE.name());
docTestata.setFlDecorrenzaTermini("N");
docTestata.setFlIrregistrabile("N");
docTestata.setToBeCreated();
docTrasmissione.addToDocEleTestataColl(docTestata);
if (fatturaElettronicaBody.getDatiBeniServizi() != null) {
Expand Down

0 comments on commit cbfddb9

Please sign in to comment.