source: qrda/C0Q/trunk/p/C0Q1P5.m@ 1577

Last change on this file since 1577 was 1577, checked in by Sam Habiel, 12 years ago

Final updated routines for patch 5

File size: 564 bytes
Line 
1C0Q1P5 ; VEN/SMH - KIDS not transporting Security Codes; workaround. ; 10/17/12 12:12pm
2 ;;1.0;QUALITY MEASURES;**5**;Oct 17, 2012
3 ;;
4 ; PEPs: TRAN, POST
5 ;
6 ; ZEXCEPT: XPDGREF
7TRAN ; Pre-transport hook
8 M @XPDGREF@(1130580001.101)=^DIC(1130580001.101)
9 M @XPDGREF@(1130580001.201)=^DIC(1130580001.201)
10 M @XPDGREF@(1130580001.401)=^DIC(1130580001.401)
11 QUIT
12 ;
13 ; ZEXCEPT: XPDGREF
14POST ; Post-install hook
15 M ^DIC(1130580001.101)=@XPDGREF@(1130580001.101)
16 M ^DIC(1130580001.201)=@XPDGREF@(1130580001.201)
17 M ^DIC(1130580001.401)=@XPDGREF@(1130580001.401)
18 QUIT
Note: See TracBrowser for help on using the repository browser.