Skip to content

Commit

Permalink
link to correct vote result for readings containing multiple bills
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Jul 25, 2011
1 parent c6ab8a4 commit 8acd51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/bills_helper.rb
Expand Up @@ -285,9 +285,9 @@ def bill_event_result_summary bill_event
result += "<br/><br/>#{view_bill}" unless view_bill.blank?
result
else
result = bill_event.result_from_contributions self
result = bill_event.reading_result_from_contributions self
if result.blank?
bill_event.reading_result_from_contributions self
bill_event.result_from_contributions self
else
result
end
Expand Down

0 comments on commit 8acd51e

Please sign in to comment.