Skip to content

Commit

Permalink
Merge pull request #27 from laslabs/hotfix/9.0/website-medicament
Browse files Browse the repository at this point in the history
[FIX] website_first_databank: Fix medicament
  • Loading branch information
Ted S committed Oct 19, 2016
2 parents 8ff48ba + 93ba68d commit 27a094d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _get_template_values(self):
"""
self.ensure_one()
return {
'medicament': self.medicament_id,
'medicament': self.medicament_ids[0],
'monograph': self.monograph_id,
'sections': self.monograph_id._get_sections_dict(),
'section_headers': dict((k, v) for k, v in TYPES),
Expand Down

0 comments on commit 27a094d

Please sign in to comment.