Skip to content

Commit

Permalink
fix: recent pt dob to DOB in patch.sql (openemr#7043)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored Nov 22, 2023
1 parent 5aa863c commit a4fc417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/patch.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@

-- #EndIf
-- all blocks are terminated with and #EndIf statement.

#IfRow2D list_options list_id recent_patient_columns option_id dob
UPDATE list_options SET option_id='DOB' WHERE list_id='recent_patient_columns' AND option_id='dob';
#EndIf

0 comments on commit a4fc417

Please sign in to comment.