diff options
| author | jeff <jeff> | 2010-02-08 15:37:29 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2010-02-08 15:37:29 +0000 | 
| commit | d0221fabd4656b3a04251ca6168cc45f54d23574 (patch) | |
| tree | 6edf3792883e58294de4d1c42a9ddbe52be1be85 /httemplate/elements | |
| parent | 942c8b05b17b119a3dad84d7035c76b481dc5b99 (diff) | |
grandstream device configuration support #4220
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/checkboxes-table.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/elements/checkboxes-table.html b/httemplate/elements/checkboxes-table.html index b6b04d111..a31bdb919 100644 --- a/httemplate/elements/checkboxes-table.html +++ b/httemplate/elements/checkboxes-table.html @@ -46,7 +46,7 @@  %  %  my $hashref = $opt{'hashref'} || {};  % -%  my $extra_sql = ''; +%  my $extra_sql = $opt{'extra_sql'} || '';  %  %  if ( $opt{'agent_virt'} ) {  %    $extra_sql .= ' AND' . $FS::CurrentUser::CurrentUser->agentnums_sql( | 
