[freeside-commits] branch master updated. 8c62132b6291314df2ec7fb6c50b14c08bb4c8e6
Ivan
ivan at 420.am
Tue Nov 18 14:31:44 PST 2014
The branch, master has been updated
via 8c62132b6291314df2ec7fb6c50b14c08bb4c8e6 (commit)
via 1197640d0dca8791f5ca163695d27a8450b73328 (commit)
from fdc37a9bdc0da568ed1629a8e572246336e25754 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8c62132b6291314df2ec7fb6c50b14c08bb4c8e6
Merge: 1197640 fdc37a9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 18 14:31:39 2014 -0800
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit 1197640d0dca8791f5ca163695d27a8450b73328
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 18 14:31:33 2014 -0800
omit customers you don't have access to on the recent list
diff --git a/httemplate/index.html b/httemplate/index.html
index ea8d757..6e84611 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;
%
%
-----------------------------------------------------------------------
Summary of changes:
httemplate/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list