Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ENX1IPR

ENX1IPR.m

Go to the documentation of this file.
  1. ENX1IPR ;WIRMFO/SAB-PRE-INIT ;10/29/97
  1. ;;7.0;ENGINEERING;**46**;Aug 17, 1993
  1. ;
  1. N ENDA,ENFDA
  1. ;
  1. ; update .01 of excess fund to prevent adding entry during install
  1. S ENDA=$$FIND1^DIC(6914.3,"","X","1561","B")
  1. I ENDA D
  1. . D BMES^XPDUTL(" Renaming the Excess SGL from 1561 to 1524.")
  1. . K ENFDA S ENFDA(6914.3,ENDA_",",.01)="1524"
  1. . D FILE^DIE("","ENFDA") D MSG^DIALOG()
  1. ;
  1. ; update id field of supply fund to prevent adding entry during install
  1. S ENDA=$$FIND1^DIC(6914.6,"","X","4537B","B")
  1. I ENDA D
  1. . K ENFDA S ENFDA(6914.6,ENDA_",",1)="Field Supply Fund"
  1. . D FILE^DIE("","ENFDA") D MSG^DIALOG()
  1. ;
  1. Q
  1. ;ENX1IPR