Skip to content

Commit

Permalink
Merge pull request #383 from dinukadesilva/fix-candidate-order-in-all…
Browse files Browse the repository at this point in the history
…-island-ed

Fix the candidate order in All Island ED report
  • Loading branch information
dinukadesilva authored Nov 17, 2019
2 parents ed34fb3 + ccd046e commit f666763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def candidate_wise_vote_count(self):
).group_by(
candidate_and_area_wise_valid_vote_count_subquery.c.candidateId
).order_by(
candidate_and_area_wise_valid_vote_count_subquery.c.candidateName
candidate_and_area_wise_valid_vote_count_subquery.c.candidateId
)

def vote_count_query(self):
Expand Down

0 comments on commit f666763

Please sign in to comment.