From 9f6aca2f29c4a65751a885ab6c1a8c01c95bbd0d Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 7 Nov 2012 20:07:28 -0500 Subject: [PATCH] Sort whitelisting UI by claimed_time (#355) --- www/about/fraud/review.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/about/fraud/review.html b/www/about/fraud/review.html index a7878f87a1..581bb3b3f8 100644 --- a/www/about/fraud/review.html +++ b/www/about/fraud/review.html @@ -15,6 +15,7 @@ AND ( last_bill_result IS NOT NULL OR last_ach_result IS NOT NULL ) + ORDER BY claimed_time """) if unreviewed is None: