X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fsvc_acct_pop.cgi;h=e71a8a7328c4b832557e35930eea78dc2a8f3302;hp=501d3625a911a3b31dbe40a5424d217fe1062d2b;hb=ac8410cdb67639afeb84c84e975fffadf3e6cce1;hpb=695ac96e964ecfb14ddcac0f138e50219dedf4e2 diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index 501d3625a..e71a8a732 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -46,7 +46,7 @@ my $query = { 'select' => '*, ', 'table' => 'svc_acct_pop', #'hashref' => { 'disabled' => '' }, - 'extra_sql' => 'ORDER BY state, city, ac, exch, loc', + 'order_by' => 'ORDER BY state, city, ac, exch, loc', }; my $count_query = "SELECT COUNT(*) FROM svc_acct_pop"; # WHERE DISABLED IS NULL OR DISABLED = ''";