summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorivan <ivan>2010-03-01 19:29:19 +0000
committerivan <ivan>2010-03-01 19:29:19 +0000
commit5b29227d64e62b6f056c4bcec0a3e0a82269a3e5 (patch)
tree9a093dd76ac07557689370a73b6b75c42d28defb /httemplate/edit/elements/edit.html
parentc03e828b32cd5a4fd264f89d42a80a02edbfb5ea (diff)
enable manual selection from inventory dropdowns for svc_broadband, svc_external & svc_phone, RT#7010
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 3e8b6b8ed..9e5c4e03c 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -284,7 +284,7 @@ Example:
%
% #select-table, checkboxes-table
% $include_common{$_} = $f->{$_}
-% foreach grep exists($f->{$_}), qw( table name_col );
+% foreach grep exists($f->{$_}), qw( table name_col value_col );
%
% #checkboxes-table
% $include_common{$_} = $f->{$_}