Skip to content

Commit

Permalink
An allergy can have more than one reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
k-joseph committed Aug 12, 2015
1 parent 27d9e20 commit a88db63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/resources/scripts/views_factory.js
Expand Up @@ -600,7 +600,7 @@ function load_allergen(allergeId, clickedElement) {
resultText += '<tr><th>Allergen:</th><td>' + allergen + '</td></tr>';
resultText += '<tr><th>Type:</th><td>' + type + '</td></tr>';
resultText += '<tr><th>Severity:</th><td>' + severity + '</td></tr>';
resultText += '<tr><th>Reaction:</th><td>' + reaction + '</td></tr>';
resultText += '<tr><th>Reaction(s):</th><td>' + reaction + '</td></tr>';
resultText += '<tr><th>Comment:</th><td>' + comment + '</td></tr>';
resultText += '<tr><th>Last Updated:</th><td>' + date + '</td></tr>';
resultText += '</table>';
Expand Down

0 comments on commit a88db63

Please sign in to comment.