Skip to content

Commit

Permalink
Aggiunta la possibilità tramite l'assegnazione di un nuovo accesso "A…
Browse files Browse the repository at this point in the history
…MMFATTURDOCELADMIN" di cancellare logicamente la comunicazione di non registrabilità di una fattura elettronica
  • Loading branch information
mspasiano committed Jan 16, 2024
1 parent 8338ab8 commit f9f7438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ protected OggettoBulk cancellaLogicamente(AllegatoGenericoBulk allegato) {
allegatoFatturaBulk.setDataCancellazione(EJBCommonServices.getServerTimestamp());
DocumentoEleTestataBulk documentoEleTestata = (DocumentoEleTestataBulk) getModel();
documentoEleTestata.setFlIrregistrabile("N");
documentoEleTestata.setStatoDocumento(StatoDocumentoEleEnum.COMPLETO.name());
documentoEleTestata.setStatoDocumento(StatoDocumentoEleEnum.AGGIORNATO.name());
documentoEleTestata.setToBeUpdated();
return super.cancellaLogicamente(allegato);
}
Expand Down

0 comments on commit f9f7438

Please sign in to comment.