omit customers you don't have access to on the recent list
authorIvan Kohler <ivan@freeside.biz>
Tue, 18 Nov 2014 22:32:02 +0000 (14:32 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 18 Nov 2014 22:32:02 +0000 (14:32 -0800)
httemplate/index.html

index 29a3d73..7c21e45 100644 (file)
@@ -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_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;
 %
 %   $sth->execute( getotaker() ) or die $sth->errstr;