Skip to content

Commit

Permalink
BugID: 551 - Nuova consultazione dati intrastat inviati per UO
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed Feb 21, 2011
1 parent 048658c commit e127c6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ public void doElaboraFile(ActionContext context,VIntrastatBulk dett,Boolean invi
throw new ApplicationException("Codice sezione doganale non configurato");
bw.append(Formatta(config.getVal01(),"D",6,"0"));
bw.append(Formatta(null,"S",4," "));//riservata SDA
bw.append(Formatta(P_iva,"D",16,"0"));
bw.append(Formatta(P_iva,"S",16," "));
if(config.getVal03()==null)
throw new ApplicationException("Progressivo sede utente abilitato non configurato");
bw.append(Formatta(config.getVal03(),"D",3,"0")); //progressivo sede
Expand Down

0 comments on commit e127c6c

Please sign in to comment.