Merge remote branch 'kevmccor/edihistory_3'
[openemr.git] / interface / forms / newpatient / view.php
blob60d56952dad910de047103ea09fa4ad17b00a6b3
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/acl.inc");
4 include_once("$srcdir/lists.inc");
6 $disabled = "disabled";
8 // If we are allowed to change encounter dates...
9 if (acl_check('encounters', 'date_a')) {
10 $disabled = "";
13 $viewmode = true;
14 require_once("common.php");