[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.49, 1.50
Ivan,,,
ivan at wavetail.420.am
Thu May 20 17:21:09 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv30696
Modified Files:
edit.html
Log Message:
pass through agent_null to select-table so manual selection from inventory still works, RT#7010
Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -w -d -r1.49 -r1.50
--- edit.html 29 Apr 2010 02:59:22 -0000 1.49
+++ edit.html 21 May 2010 00:21:06 -0000 1.50
@@ -96,6 +96,7 @@
#agent virtualization
'agent_virt' => 1,
+ 'agent_null' => 1, #if true, always allow no-agentnum globals
'agent_null_right' => 'Access Right Name',
'agent_clone_extra_sql' => '', #if provided, this overrides the extra_sql
#implementing agent virt, for clone
@@ -303,7 +304,8 @@
%
% #*-table
% $include_common{$_} = $f->{$_}
-% foreach grep exists($f->{$_}), qw( hashref agent_virt agent_null_right );
+% foreach grep exists($f->{$_}),
+% qw( hashref agent_virt agent_null agent_null_right );
%
% if ( $type eq 'tablebreak-tr-title' ) {
% $include_common{'table_id'} = 'TableNumber'. $tablenum++;
More information about the freeside-commits
mailing list