Skip to content

Commit

Permalink
feat: New Clinical Note defaults to today (openemr#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdown authored Oct 11, 2023
1 parent ca4de80 commit 03028ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/forms/clinical_notes/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

require_once("../../globals.php");
require_once("$srcdir/api.inc.php");
require_once("$srcdir/formatting.inc.php");
require_once("$srcdir/patient.inc.php");
require_once("$srcdir/options.inc.php");
require_once($GLOBALS['srcdir'] . '/csv_like_join.php');
Expand Down Expand Up @@ -61,6 +62,7 @@
,'codetext' => ''
,'clinical_notes_type' => ''
,'description' => ''
,'date' => oeFormatShortDate(date('Y-m-d'))
]
];
}
Expand Down

0 comments on commit 03028ee

Please sign in to comment.