Skip to content

Commit

Permalink
Corretto errore sulla lunghezza delle note in caso di scarto della fa…
Browse files Browse the repository at this point in the history
…ttura attiva da SDI
  • Loading branch information
gianfranco.gasparro committed May 4, 2015
1 parent d0422e8 commit 3397768
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7450,7 +7450,7 @@ public Fattura_attiva_IBulk aggiornaDatiFatturaSDI(UserContext userContext, Stri
@Deprecated
public Fattura_attiva_IBulk aggiornaDatiFatturaSDI(UserContext userContext, Fattura_attiva_IBulk fatturaAttiva, String statoInvioSdi, String noteInvioSdi, XMLGregorianCalendar dataConsegnaSdi, boolean stornaFattura) throws PersistencyException, ComponentException,java.rmi.RemoteException {
fatturaAttiva.setStatoInvioSdi(statoInvioSdi);
fattura.setNoteInvioSdi(impostaNoteSdi(noteInvioSdi));
fatturaAttiva.setNoteInvioSdi(impostaNoteSdi(noteInvioSdi));
fatturaAttiva.setDtConsegnaSdi(dataConsegnaSdi!=null?new Timestamp(dataConsegnaSdi.toGregorianCalendar().getTime().getTime()):null);
fatturaAttiva.setToBeUpdated();
updateBulk(userContext, fatturaAttiva);
Expand Down

0 comments on commit 3397768

Please sign in to comment.