Merge branch 'bugfix/sector_null_values' of https://dev.finn.de/git/reporting-engine into bugfix/sector_null_values

pull/6827/head
jwollert 14 years ago
commit 205986f51e
  1. 2
      lib/report/group_by/base.rb

@ -83,7 +83,7 @@ class Report::GroupBy
def define_group(sql)
sql.select all_select_fields
sql.group_by all_group_fields
sql.group_by all_group_fields(false)
end
end
end
Loading…
Cancel
Save