Skip to content

Commit

Permalink
fix typo in code that generates json from dental treatment obj
Browse files Browse the repository at this point in the history
  • Loading branch information
slogan621 committed Nov 30, 2020
1 parent 5d73780 commit 63264ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public JSONObject toJSONObject(boolean includeId)

data.put("oralSurgeryEvaluation", getOralSurgeryEvaluation());
data.put("oralSurgeryEvaluationComment", getOralSurgeryEvaluationComment());
data.put("oralSurgeryTx ", getOralSurgeryTx());
data.put("oralSurgeryTx", getOralSurgeryTx());
data.put("oralSurgeryTxComment", getOralSurgeryTxComment());

data.put("localAnestheticBenzocaine", getLocalAnestheticBenzocaine());
Expand Down

0 comments on commit 63264ae

Please sign in to comment.