4.0 Testing - Show DEA # Missing In Globals

mike-h30 wrote on Saturday, March 19, 2011:

The old option to allow the DEA to print on prescriptions appears to be missing in the global settings of 4.0.  I am testing with production data and our scripts are printing with the DEA# blank.

Below is the line from the 3.0.1 version of config.php

// Set this to true if you want the drug DEA number printed on prescriptions by default
$GLOBALS = true;

visolveemr wrote on Monday, March 21, 2011:

Hi,

In OpenEMR-4.0, following configuration option is present in ‘sites/default/config.php’ file.

// Set this to true if you want the drug DEA number printed on prescriptions by default

$GLOBALS = false;

Hope this helps.

Thanks
ViCarePlus Team,
www.vicareplus.com
services@vicareplus.com

mike-h30 wrote on Monday, March 21, 2011:

I didn’t realize there was a “site” specific config file.   Thank you.

-Mike