X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2FStatus.html;h=b5da5e3f5bf9883af1f5986835f962717155a2e8;hb=dd7bc54d93bea64114bff8e539323a9b4057c887;hp=6b1cc6de206699c3abb633382e3538fda0c006d3;hpb=840bcad433cff431da71fbb001092d2605d09f13;p=freeside.git diff --git a/httemplate/view/Status.html b/httemplate/view/Status.html index 6b1cc6de2..b5da5e3f5 100644 --- a/httemplate/view/Status.html +++ b/httemplate/view/Status.html @@ -135,14 +135,14 @@ if ( _is_running('cdrd') ) { }, ]; - my $24ago = time2str('%Y-%m-$d %X', time - 86400); + my $dayago = time2str('%Y-%m-$d %X', time - 86400); my $cdrs = FS::Record->scalar_sql(qq{ SELECT COUNT(*) FROM cdr WHERE ( freesidestatus IS NULL OR freesidestatus = '' ) - AND calldate > '$24ago' + AND calldate > '$dayago' }); $status{'CDR Processing'} = [ - { 'title' => 'Unprocessed CDRs', + { 'title' => 'Unprocessed CDRs (last 24 hours)', 'value' => $cdrs, }, ];