[freeside-commits] freeside/httemplate/search/elements search.html, 1.48, 1.49
Ivan,,,
ivan at wavetail.420.am
Thu May 20 15:48:44 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv27688/httemplate/search/elements
Modified Files:
search.html
Log Message:
agent virt inventory, RT#7010
Index: search.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -w -d -r1.48 -r1.49
--- search.html 20 May 2010 08:48:51 -0000 1.48
+++ search.html 20 May 2010 22:48:42 -0000 1.49
@@ -121,6 +121,7 @@
#handling agent virtualization
'agent_virt' => 1, # set true if this search should be
# agent-virtualized
+ 'agent_null' => 1, # set true to view global records always
'agent_null_right' => 'Access Right', # optional right to view global
# records
'agent_null_right_link' => 'Access Right' # optional right to link to
@@ -235,7 +236,9 @@
|| $opt{'agent_null_right'} );
my $agentnums_sql = $curuser->agentnums_sql(
- 'null_right' => $opt{'agent_null_right'}
+ 'null' => $opt{'agent_null'},
+ 'null_right' => $opt{'agent_null_right'},
+ 'table' => $opt{'query'}{'table'},
);
$opt{'query'}{'extra_sql'} .=
More information about the freeside-commits
mailing list