PR12 change PRINT field to default to a 1 - No

 2 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
    Is there a way (other than Design Studio) to get the PR12 PRINT RECEIPT field defaulting differently?

    We want to change it to default to Not print -- we're stopping the mailing of our Direct Deposit Pay stubs for all those employees who are 100% Direct Deposit.
    Gary Padgett
    Veteran Member
    Posts: 90
    Veteran Member
      You could edit the PR12.scr file located under $LAWDIR//prsrc directory. In my PR12.scr file, I found field EAD-PRINT-RCPT. Look for that a few lines below the $EDITS PR121 line.
      You should see EAD-PRINT-RCPT 1=No
      followed by 2=Yes.
      In column 25 of the line containing EAD-PRINT-RCPT, type 1 (this is in the default-value column). But don't have your editor in insert mode, because you'll move the other stuff on that line to the right if you do.
      Then I think you need to recompile PR12.
      Jeff White
      Veteran Member
      Posts: 83
      Veteran Member
        In changing this, just remember that each PR12 patch and MSP update, you will have to re-apply the changes that you made.