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

Commit

Permalink
Keep suspicious out of payday entirely (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 8, 2012
1 parent 259ecd7 commit 2f25da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gittip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def get_tips_and_total(tipper, for_payday=False, db=None):
FROM tips t
JOIN participants p ON p.id = t.tippee
WHERE tipper = %%s
AND p.is_suspicious IS NOT true
%s
ORDER BY tippee
, t.mtime DESC
Expand Down

0 comments on commit 2f25da0

Please sign in to comment.