X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Findex.html;fp=httemplate%2Findex.html;h=6e846118f357191aa9ac298cd9670ea9245cc4df;hp=ea8d7578ef96d74efa2f18d327c7f8fca73b2aaf;hb=1197640d0dca8791f5ca163695d27a8450b73328;hpb=707368aa7db1cecdd05b74c8531249a1e1370823 diff --git a/httemplate/index.html b/httemplate/index.html index ea8d7578e..6e846118f 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -23,7 +23,8 @@ % "SELECT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) % WHERE ( history_action = 'insert' OR history_action = 'replace_new' ) % AND ( history_usernum = ? OR history_user = ? ) -% ORDER BY history_date desc LIMIT 1000" # LIMIT 10 +% AND ". $curuser->agentnums_sql( table=>'cust_main' ). +% " ORDER BY history_date desc LIMIT 1000" # LIMIT 10 % ) or die dbh->errstr; % %