* @copyright Copyright (c) 2019 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once(__DIR__ . "/../../globals.php"); require_once("$srcdir/lists.inc"); use OpenEMR\Common\Acl\AclMain; $disabled = "disabled"; // If we are allowed to change encounter dates... if (AclMain::aclCheckCore('encounters', 'date_a')) { $disabled = ""; } $viewmode = true; require_once("common.php");