Skip to content

Commit

Permalink
Merge pull request #1401 from jstirling91/mri_violations_check
Browse files Browse the repository at this point in the history
Fix no data in protocol check
  • Loading branch information
driusan committed Nov 13, 2015
2 parents 2aabc27 + 2d89bb8 commit 489daa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class NDB_Menu_Filter_mri_protocol_check_violations extends NDB_Menu_Filter
*/
function _setupVariables()
{
$this->query = " FROM mri_violations_log l JOIN mri_scan_type m
$this->query = " FROM mri_violations_log l LEFT JOIN mri_scan_type m
ON m.ID=l.Scan_type WHERE 1=1 ";
$this->columns = array(
'l.PatientName',
Expand Down

0 comments on commit 489daa9

Please sign in to comment.