GNU Health - Bugs: bug #43542, Patient medication history report...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43542: Patient medication history report crashes when it is not filled the field "Indication"
| Submitter: | Fabián C. <fabyc> | ||
| Submitted: | Wed 05 Nov 2014 06:03:16 PM UTC | ||
| Category: | reporting | Severity: | 3 - Normal |
| Item Group: | None | Status: | Fixed |
| Privacy: | Public | Assigned to: | None |
| Open/Closed: | Closed | Release: | None |
| Module: | health | Component: | None |
|
Thu 23 Apr 2015 06:49:43 AM UTC, comment #1: |
Chris Zimmerman <teffalump> |
|
Wed 05 Nov 2014 06:03:16 PM UTC, original submission:
- In patient form, tab "medication" add some medication. To the medicine don't fill the field "Indication".
|
Fabián C. <fabyc> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-04-23 | teffalump | Status | None | Fixed | |
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

I can confirm this. The report is trying to access an attribute on the indication without checking if indication actually exists. I just pushed a commit to check for indication which should fix this issue. Thanks for the report!