displays the correct amount spent in review my ballot
returns the first heading with investments for a group
This commit is contained in:
@@ -66,7 +66,7 @@ class Budget
|
||||
end
|
||||
|
||||
def heading_for_group(group)
|
||||
self.headings.where(group: group).first
|
||||
self.investments.where(group: group).first.heading
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user