Skip to content

Commit

Permalink
Anomalia stampa reversali da gestione e da lancio stampa considerato …
Browse files Browse the repository at this point in the history
…cd_cds_origine
  • Loading branch information
rpucciarelli committed Mar 31, 2014
1 parent b1e8594 commit 878c253
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -293,7 +293,7 @@ protected void initializePrintBP(AbstractPrintBP bp)

param = new Print_spooler_paramBulk();
param.setNomeParam("aCd_cds");
param.setValoreParam(reversale.getCd_cds());
param.setValoreParam(reversale.getCd_cds_origine());
param.setParamType("java.lang.String");
printbp.addToPrintSpoolerParam(param);

Expand Down

0 comments on commit 878c253

Please sign in to comment.