Skip to content

Commit

Permalink
#2897 Set by default UserOK on Y
Browse files Browse the repository at this point in the history
#2897 Drop out old code related to confirm splitting when printing
  • Loading branch information
cristinamghita committed Nov 2, 2017
1 parent 4c5b4c8 commit 218f148
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ public I_C_Print_Job_Instructions createPrintJobInstructions(final I_C_Print_Job
instructions.setC_PrintJob_Line_From(firstLine);
instructions.setC_PrintJob_Line_To(lastLine);
instructions.setCopies(copies);
instructions.setUserOK(true);

final Properties ctx = InterfaceWrapperHelper.getCtx(instructions);
final String hostKey = Services.get(IPrintPackageBL.class).getHostKeyOrNull(ctx);
Expand Down

0 comments on commit 218f148

Please sign in to comment.