diff --git a/html/svc/table-cache.php b/html/svc/table-cache.php
index ae9009e..ffdb2dc 100644
--- a/html/svc/table-cache.php
+++ b/html/svc/table-cache.php
@@ -55,8 +55,8 @@
function ensure_cached_table( &$colIdxs = null){
global $g_bu_table;
if(count($g_bu_table)>0) return;
- getbu_list_all( $g_bu_table, $colIdxs, 'order by BU_DATE asc, BU_TIME asc' );
- debug_println("cache loaded", DEBUG_MED );
+ getbu_list_all( $g_bu_table, $colIdxs, 'order by BuError IS NULL DESC, BU_DATE ASC, BU_TIME ASC' );
+ debug_println("cache loaded", DEBUG_MED );
}