Skip to content

Commit

Permalink
Routines were not getting unlocked
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Feb 27, 2017
1 parent 7bfc4d3 commit 0bb6432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Routines/XVEMR.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XVEMR ;DJB,VRR**SCROLL VRoutine Reader ; 11/6/16 12:25pm
XVEMR ;DJB,VRR**SCROLL VRoutine Reader ; 2/26/17 10:04pm
;;13.1;VICTORY PROG ENVIRONMENT;;May 23, 2016
;
EN ;Entry Point
Expand Down Expand Up @@ -37,7 +37,7 @@ X XVVS("RM0")
. X $G(XVVS("RM80"))
. W @(XVVS("WRAP"))
;Editing
I VRRS>1 D ;Unlock rtn if not a duplicate
I VRRS D ;Unlock rtn if not a duplicate
. NEW CHK,I,PGM
. S PGM=$G(^TMP("XVV","VRR",$J,VRRS,"NAME"))
. S CHK=0
Expand Down

0 comments on commit 0bb6432

Please sign in to comment.