Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix bug in get_dollars_giving; #406
Browse files Browse the repository at this point in the history
We were only getting gifts *to* people with a valid credit card. Oops!
  • Loading branch information
chadwhitacre committed Dec 17, 2012
1 parent edf742d commit 38eefa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gittip/participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def get_dollars_giving(self):
FROM tips
JOIN participants p ON p.id = tippee
WHERE tipper=%s
AND last_bill_result = ''
AND is_suspicious IS NOT true
ORDER BY tippee
, mtime DESC
Expand Down

0 comments on commit 38eefa2

Please sign in to comment.