Skip to content

Commit

Permalink
Fix service invocation
Browse files Browse the repository at this point in the history
#1121 TU receipt label is just a white sheet of paper
metasfresh/metasfresh#1121
  • Loading branch information
metas-ts committed Mar 8, 2017
1 parent 797a9ed commit ec7ad2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected String doIt() throws Exception
HUReportExecutor.get(getCtx())
.withWindowNo(getProcessInfo().getWindowNo())
.withNumberOfCopies(p_copies)
.executeHUReport(process.get(), husToProcess);
.executeHUReportAfterCommit(process.get(), husToProcess);

return MSG_OK;
}
Expand Down

0 comments on commit ec7ad2d

Please sign in to comment.