Skip to content

Commit

Permalink
Merge pull request #1310 from drizzentic/v12.7.0-appointment-fix
Browse files Browse the repository at this point in the history
Fix failing monthly appointments
  • Loading branch information
hiqedme authored Aug 4, 2023
2 parents 72ef9d4 + 5f3bd8f commit 65b81c8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
"alias": "person_id",
"column": "t2.person_id"
},
{
"type": "simple_column",
"alias": "hiv_disclosure_status",
"column": "fh.hiv_disclosure_status_value"
},
{
"type": "simple_column",
"alias": "encounter_type",
Expand Down Expand Up @@ -130,6 +125,11 @@
"type": "simple_column",
"alias": "arv_first_regimen_start_date",
"column": "date_format(fhs.arv_first_regimen_start_date,'%Y-%m-%d')"
},
{
"type": "simple_column",
"alias": "hiv_disclosure_status",
"column": "fhs.hiv_disclosure_status_value"
}
],
"indexDirectives": [
Expand Down

0 comments on commit 65b81c8

Please sign in to comment.