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

Commit

Permalink
Suppress suspended payers-in on Givers (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 1, 2012
1 parent 15776d6 commit c8dab4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
JOIN participants p ON p.id = tipper
JOIN social_network_users snu ON snu.participant_id = tippee
WHERE last_bill_result = ''
AND NOT payin_suspended
AND snu.is_locked = false
ORDER BY tipper, tippee, mtime DESC
) AS foo
Expand Down

0 comments on commit c8dab4f

Please sign in to comment.