summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-18 14:31:33 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-18 14:31:33 -0800
commit1197640d0dca8791f5ca163695d27a8450b73328 (patch)
tree20e95237f2dd1290b6ab5455654b9621caccd8ef /httemplate
parent707368aa7db1cecdd05b74c8531249a1e1370823 (diff)
omit customers you don't have access to on the recent list
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/index.html3
1 files changed, 2 insertions, 1 deletions
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;
%
%