Skip to content

Commit

Permalink
BUG sui mandati collegati
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jan 28, 2016
1 parent 54825d8 commit 68c3ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -194,7 +194,7 @@ private void predisponi(ActionContext actioncontext, V_mandato_reversaleBulk v_m
print);
CMISPath cmisPath = v_mandato_reversaleBulk.getCMISPath(cmisService);
v_mandato_reversaleBulk.setStato_trasmissione(MandatoBulk.STATO_TRASMISSIONE_PREDISPOSTO);
Document node = cmisService.storePrintDocument(v_mandato_reversaleBulk, report, cmisPath);
Document node = cmisService.restoreSimpleDocument(v_mandato_reversaleBulk, report.getInputStream(), report.getContentType(), report.getName(), cmisPath);
cmisService.makeVersionable(node);
aggiornaStato(actioncontext, MandatoBulk.STATO_TRASMISSIONE_PREDISPOSTO, v_mandato_reversaleBulk);
}
Expand Down
Binary file modified sigla-ejb/src/main/resources/cmis/404.pdf
Binary file not shown.

0 comments on commit 68c3ee2

Please sign in to comment.